Html Css Color HEX #C9ABA9 Cold Turkey

📋 copy color: '#C9ABA9'

red 201 ◦ green 171 ◦ blue 169

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

Shades of Cold Turkey #C9ABA9

Tints of Cold Turkey #C9ABA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.24%

R = 37.15%
G = 31.61%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C9ABA9 (or 0xC9ABA9) is known color: Cold Turkey. HEX triplet: C9, AB and A9. RGB value is (201,171,169). Sum of RGB (Red+Green+Blue) = 201+171+169=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABA9 is #365456. Grayscale: #B3B3B3. Windows color (decimal): -3560535 or 11119561. OLE color: 11119561.

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

Color convert

RGB 201 171 169 -
CMYK 0 0.15 0.16 0.21
HSL 3.75º 0.23% 0.73% -
HSV(B) 3.75º 0.16% 0.79% -
XYZ 45.81 44.41 43.69 -
YUV 179.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 201 171 169 0 0.15 0.16 0.21 3.75 0.23 0.73
Hex C9 AB A9 0 F 10 15 4 17 49
Octal 311 253 251 0 17 20 25 4 27 111
Binary 11001001 10101011 10101001 0 1111 10000 10101 100 10111 1001001

Color Harmonies of #C9ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABA9

Black with #C9ABA9

Text Example


Text Example

White with #C9ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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