Html Css Color HEX #C9AAA9 Cold Turkey

📋 copy color: '#C9AAA9'

red 201 ◦ green 170 ◦ blue 169

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

Shades of Cold Turkey #C9AAA9

Tints of Cold Turkey #C9AAA9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.48%

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

R = 37.22%
G = 31.48%
B = 31.3%

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

#C9AAA9 (or 0xC9AAA9) is known color: Cold Turkey. HEX triplet: C9, AA and A9. RGB value is (201,170,169). Sum of RGB (Red+Green+Blue) = 201+170+169=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAA9 is #365556. Grayscale: #B3B3B3. Windows color (decimal): -3560791 or 11119305. OLE color: 11119305.

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

Color convert

RGB 201 170 169 -
CMYK 0 0.15 0.16 0.21
HSL 1.88º 0.23% 0.73% -
HSV(B) 1.88º 0.16% 0.79% -
XYZ 45.62 44.03 43.63 -
YUV 179.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 201 170 169 0 0.15 0.16 0.21 1.88 0.23 0.73
Hex C9 AA A9 0 F 10 15 2 17 49
Octal 311 252 251 0 17 20 25 2 27 111
Binary 11001001 10101010 10101001 0 1111 10000 10101 10 10111 1001001

Color Harmonies of #C9AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAA9

Black with #C9AAA9

Text Example


Text Example

White with #C9AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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