#C9BBAE

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

Shades of Tide #C9BBAE

Tints of Tide #C9BBAE

Color information

#C9BBAE (or 0xC9BBAE) is unknown color: approx Tide. HEX triplet: C9, BB and AE. RGB value is (201,187,174). Sum of RGB (Red+Green+Blue) = 201+187+174=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBAE is #364451. Grayscale: #BDBDBD. Windows color (decimal): -3556434 or 11451337. OLE color: 11451337.

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

Color convert

RGB201187174-
CMYK00.070.130.21
HSL28.89º20%73.53%-
HSV(B)28.89º13.43%78.82%-
XYZ49.551.0147.28-
YUV189.7119.14136.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=35.77%
G=33.27%
B=30.96%

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
Decimal20118717400.070.130.2128.892073.53
HexC9BBAE07D151d144a
Octal3112732560715253524112
Binary110010011011101110101110011111011010111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBAE; }

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

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

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

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

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

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

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

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