#C9AEA9

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

Shades of Cold Turkey #C9AEA9

Tints of Cold Turkey #C9AEA9

Color information

#C9AEA9 (or 0xC9AEA9) is unknown color: approx Cold Turkey. HEX triplet: C9, AE and A9. RGB value is (201,174,169). Sum of RGB (Red+Green+Blue) = 201+174+169=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEA9 is #365156. Grayscale: #B5B5B5. Windows color (decimal): -3559767 or 11120329. OLE color: 11120329.

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

Color convert

RGB201174169-
CMYK00.130.160.21
HSL9.38º22.86%72.55%-
HSV(B)9.38º15.92%78.82%-
XYZ46.3845.5543.88-
YUV181.5120.95141.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=36.95%
G=31.99%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117416900.130.160.219.3822.8672.55
HexC9AEA90D101591749
Octal31125625101520251127111
Binary1100100110101110101010010110110000101011001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEA9; }

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

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

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

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

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

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

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

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