Html Css Color HEX #C9BAB8 Cold Turkey

📋 copy color: '#C9BAB8'

red 201 ◦ green 186 ◦ blue 184

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

Shades of Cold Turkey #C9BAB8

Tints of Cold Turkey #C9BAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.22%

R = 35.2%
G = 32.57%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9BAB8 (or 0xC9BAB8) is known color: Cold Turkey. HEX triplet: C9, BA and B8. RGB value is (201,186,184). Sum of RGB (Red+Green+Blue) = 201+186+184=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAB8 is #364547. Grayscale: #BEBEBE. Windows color (decimal): -3556680 or 12106441. OLE color: 12106441.

HSL color Cylindrical-coordinate representation of color #C9BAB8: hue angle of 7.06º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BAB8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 184 -
CMYK 0 0.07 0.08 0.21
HSL 7.06º 0.14% 0.75% -
HSV(B) 7.06º 0.08% 0.79% -
XYZ 50.3 51 52.54 -
YUV 190.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 201 186 184 0 0.07 0.08 0.21 7.06 0.14 0.75
Hex C9 BA B8 0 7 8 15 7 E 4B
Octal 311 272 270 0 7 10 25 7 16 113
Binary 11001001 10111010 10111000 0 111 1000 10101 111 1110 1001011

Color Harmonies of #C9BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAB8

Black with #C9BAB8

Text Example


Text Example

White with #C9BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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