#C9AAA8

Color #C9AAA8 Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #C9AAA8

Tints of Cold Turkey #C9AAA8

Color information

#C9AAA8 (or 0xC9AAA8) is unknown color: approx Cold Turkey. HEX triplet: C9, AA and A8. RGB value is (201,170,168). Sum of RGB (Red+Green+Blue) = 201+170+168=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAA8 is #365557. Grayscale: #B3B3B3. Windows color (decimal): -3560792 or 11053769. OLE color: 11053769.

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

Color convert

RGB201170168-
CMYK00.150.160.21
HSL3.64º23.4%72.35%-
HSV(B)3.64º16.42%78.82%-
XYZ45.5343.9943.14-
YUV179.04121.77143.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 168 (66.02% from 255) = 31.17%
R=37.29%
G=31.54%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117016800.150.160.213.6423.472.35
HexC9AAA80F101541748
Octal3112522500172025427110
Binary110010011010101010101000011111000010101100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAA8; }

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

 H1.HeaderClassName
 {
   color: #C9AAA8;
 }
 .AnyTagClassName
 {
   color: #C9AAA8;
 }
</style>
background-color css

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

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

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

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

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

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