#C9BBAF

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

Shades of Tide #C9BBAF

Tints of Tide #C9BBAF

Color information

#C9BBAF (or 0xC9BBAF) is unknown color: approx Tide. HEX triplet: C9, BB and AF. RGB value is (201,187,175). Sum of RGB (Red+Green+Blue) = 201+187+175=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBAF is #364450. Grayscale: #BDBDBD. Windows color (decimal): -3556433 or 11516873. OLE color: 11516873.

HSL color Cylindrical-coordinate representation of color #C9BBAF: hue angle of 27.69º 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 #C9BBAF is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201187175-
CMYK00.070.130.21
HSL27.69º19.4%73.73%-
HSV(B)27.69º12.94%78.82%-
XYZ49.651.0547.8-
YUV189.82119.64135.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.70%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=35.70%
G=33.21%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118717500.070.130.2127.6919.473.73
HexC9BBAF07D151c134a
Octal3112732570715253423112
Binary110010011011101110101111011111011010111100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBAF; }

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

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

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

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

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

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

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

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