Html Css Color HEX #C9BAAF Tide

📋 copy color: '#C9BAAF'

red 201 ◦ green 186 ◦ blue 175

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

Shades of Tide #C9BAAF

Tints of Tide #C9BAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.1%

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

R = 35.77%
G = 33.1%
B = 31.14%

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

#C9BAAF (or 0xC9BAAF) is known color: Tide. HEX triplet: C9, BA and AF. RGB value is (201,186,175). Sum of RGB (Red+Green+Blue) = 201+186+175=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BAAF is #364550. Grayscale: #BDBDBD. Windows color (decimal): -3556689 or 11516617. OLE color: 11516617.

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

Color convert

RGB 201 186 175 -
CMYK 0 0.07 0.13 0.21
HSL 25.38º 0.19% 0.74% -
HSV(B) 25.38º 0.13% 0.79% -
XYZ 49.38 50.63 47.73 -
YUV 189.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 201 186 175 0 0.07 0.13 0.21 25.38 0.19 0.74
Hex C9 BA AF 0 7 D 15 19 13 4A
Octal 311 272 257 0 7 15 25 31 23 112
Binary 11001001 10111010 10101111 0 111 1101 10101 11001 10011 1001010

Color Harmonies of #C9BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAAF

Black with #C9BAAF

Text Example


Text Example

White with #C9BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAAF; }

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

 H1.HeaderClassName
 {
   color: #C9BAAF;
 }
 .AnyTagClassName
 {
   color: #C9BAAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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