Html Css Color HEX #C9ABA8 Cold Turkey

📋 copy color: '#C9ABA8'

red 201 ◦ green 171 ◦ blue 168

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

Shades of Cold Turkey #C9ABA8

Tints of Cold Turkey #C9ABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.11%

R = 37.22%
G = 31.67%
B = 31.11%

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

#C9ABA8 (or 0xC9ABA8) is known color: Cold Turkey. HEX triplet: C9, AB and A8. RGB value is (201,171,168). Sum of RGB (Red+Green+Blue) = 201+171+168=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABA8 is #365457. Grayscale: #B3B3B3. Windows color (decimal): -3560536 or 11054025. OLE color: 11054025.

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

Color convert

RGB 201 171 168 -
CMYK 0 0.15 0.16 0.21
HSL 5.45º 0.23% 0.72% -
HSV(B) 5.45º 0.16% 0.79% -
XYZ 45.72 44.37 43.2 -
YUV 179.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 201 171 168 0 0.15 0.16 0.21 5.45 0.23 0.72
Hex C9 AB A8 0 F 10 15 5 17 48
Octal 311 253 250 0 17 20 25 5 27 110
Binary 11001001 10101011 10101000 0 1111 10000 10101 101 10111 1001000

Color Harmonies of #C9ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABA8

Black with #C9ABA8

Text Example


Text Example

White with #C9ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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