Html Css Color HEX #C9BBAE Tide

📋 copy color: '#C9BBAE'

red 201 ◦ green 187 ◦ blue 174

#C9BBAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tide #C9BBAE

Tints of Tide #C9BBAE

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 value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9BBAE (or 0xC9BBAE) is known color: 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

RGB 201 187 174 -
CMYK 0 0.07 0.13 0.21
HSL 28.89º 0.2% 0.74% -
HSV(B) 28.89º 0.13% 0.79% -
XYZ 49.5 51.01 47.28 -
YUV 189.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 201 187 174 0 0.07 0.13 0.21 28.89 0.2 0.74
Hex C9 BB AE 0 7 D 15 1D 14 4A
Octal 311 273 256 0 7 15 25 35 24 112
Binary 11001001 10111011 10101110 0 111 1101 10101 11101 10100 1001010

Color Harmonies of #C9BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBAE

Black with #C9BBAE

Text Example


Text Example

White with #C9BBAE

Text Example


Text Example

HTML Codes & Css Web 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>