#C9BCAF

Color #C9BCAF Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #C9BCAF

Tints of Grain Brown #C9BCAF

Color information

#C9BCAF (or 0xC9BCAF) is unknown color: approx Grain Brown. HEX triplet: C9, BC and AF. RGB value is (201,188,175). Sum of RGB (Red+Green+Blue) = 201+188+175=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCAF is #364350. Grayscale: #BEBEBE. Windows color (decimal): -3556177 or 11517129. OLE color: 11517129.

HSL color Cylindrical-coordinate representation of color #C9BCAF: hue angle of 30º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BCAF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201188175-
CMYK00.060.130.21
HSL30º19.4%73.73%-
HSV(B)30º12.94%78.82%-
XYZ49.8151.4847.87-
YUV190.4119.31135.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=35.64%
G=33.33%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118817500.060.130.213019.473.73
HexC9BCAF06D151e134a
Octal3112742570615253623112
Binary110010011011110010101111011011011010111110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCAF; }

 p { color: rgb(201,188,175); }

 H1.HeaderClassName
 {
   color: #C9BCAF;
 }
 .AnyTagClassName
 {
   color: #C9BCAF;
 }
</style>
background-color css

<style>
 a { background-color: #C9BCAF; }

 a { background-color: rgb(201,188,175); }

 div.DivClassName
 {
   background-color: #C9BCAF;
 }
 .BgClassName
 {
   background-color: #C9BCAF;
 }
</style>
border-color css

<style>
 span { border-color: #C9BCAF; }

 span { border-color: rgb(201,188,175); }

 td.TdClassName
 {
   border-color: #C9BCAF;
 }
 .TagClassName
 {
   border-color: #C9BCAF;
 }
</style>