Html Css Color HEX #C9ABAA Cold Turkey

📋 copy color: '#C9ABAA'

red 201 ◦ green 171 ◦ blue 170

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

Shades of Cold Turkey #C9ABAA

Tints of Cold Turkey #C9ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.55%

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 37.08%
G = 31.55%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9ABAA (or 0xC9ABAA) is known color: Cold Turkey. HEX triplet: C9, AB and AA. RGB value is (201,171,170). Sum of RGB (Red+Green+Blue) = 201+171+170=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABAA is #365455. Grayscale: #B3B3B3. Windows color (decimal): -3560534 or 11185097. OLE color: 11185097.

HSL color Cylindrical-coordinate representation of color #C9ABAA: hue angle of 1.94º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9ABAA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 171 170 -
CMYK 0 0.15 0.15 0.21
HSL 1.94º 0.22% 0.73% -
HSV(B) 1.94º 0.15% 0.79% -
XYZ 45.91 44.45 44.19 -
YUV 179.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 201 171 170 0 0.15 0.15 0.21 1.94 0.22 0.73
Hex C9 AB AA 0 F F 15 2 16 49
Octal 311 253 252 0 17 17 25 2 26 111
Binary 11001001 10101011 10101010 0 1111 1111 10101 10 10110 1001001

Color Harmonies of #C9ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABAA

Black with #C9ABAA

Text Example


Text Example

White with #C9ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABAA; }

 p { color: rgb(201,171,170); }

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

background-color css

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

 a { background-color: rgb(201,171,170); }

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

border-color css

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

 span { border-color: rgb(201,171,170); }

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