C09999 Color Hex

#C09999 Color Hex

#C09999 Color Information

  • In the RGB color space, the color value #c09999 is composed of 75.29% red, 60% green, and 60% blue.
  • In the CMYK color space, it consists of 0 cyan, 0.2 magenta, 0.2 yellow, and 0 black.
  • It has a color angle of 0 degrees, a saturation of 24%, and a luminance of 68%.
  • Contrast color of #c09999 is #000000

#C09999 Color Conversion

Hex c09999 #c09999
RGB Decimal 192, 153, 153 rgb(192, 153, 153)
RGB Percent 75.29, 60, 60 rgb(75.29%, 60%, 60%)
HSL 0°,24%,68% hsl(0°,24%,68%)
CMYK 0, 0.2, 0.2, 63
HSV (or HSB) 0°, 0%, 0%,
YUV 165, 121, 146
XYZ 38.879, 36.289, 35.092
CIE-LAB 66.74, 14.524, 5.531

#c09999 border color

.css_border_solid{ border: 3px solid #c09999 }
.css_border_dotted{ border: 3px dotted #c09999 }
.css_border_dashed{ border: 3px dashed #c09999 }
.css_border_double{ border: 3px double #c09999 }

Css background gradient color with #C09999

.box_css_gradient_with_c09999{ 
	background-color: #c09999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c09999', endColorstr='#643e3e');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c09999), to(#643e3e));
	background-image: -webkit-linear-gradient(top, #c09999, #643e3e);
	background-image: -moz-linear-gradient(top, #c09999, #643e3e);
	background-image: -o-linear-gradient(top, #c09999, #643e3e);
	background-image: linear-gradient(to bottom, #c09999, #643e3e);}

#c09999 Color Preview on Black Background

Sample font with color #c09999 on background of color black

#c09999 Color Preview on White Background

Sample font with color #c09999 on background of color white

#c09999 background color

The sample font has a contrasting color to the color #c09999

Contrast color with #c09999 color is #000000