Html Css Color HEX #C9BBAF Tide

📋 copy color: '#C9BBAF'

red 201 ◦ green 187 ◦ blue 175

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

Shades of Tide #C9BBAF

Tints of Tide #C9BBAF

RGB

 RED value IS 201 (78.91% from 255) = 35.7%

 GREEN value IS 187 (73.44% from 255) = 33.21%

 BLUE value IS 175 (68.75% from 255) = 31.08%

R = 35.7%
G = 33.21%
B = 31.08%

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

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

RGB 201 187 175 -
CMYK 0 0.07 0.13 0.21
HSL 27.69º 0.19% 0.74% -
HSV(B) 27.69º 0.13% 0.79% -
XYZ 49.6 51.05 47.8 -
YUV 189.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 201 187 175 0 0.07 0.13 0.21 27.69 0.19 0.74
Hex C9 BB AF 0 7 D 15 1C 13 4A
Octal 311 273 257 0 7 15 25 34 23 112
Binary 11001001 10111011 10101111 0 111 1101 10101 11100 10011 1001010

Color Harmonies of #C9BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBAF

Black with #C9BBAF

Text Example


Text Example

White with #C9BBAF

Text Example


Text Example

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