#C9ADAA

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

Shades of Cold Turkey #C9ADAA

Tints of Cold Turkey #C9ADAA

Color information

#C9ADAA (or 0xC9ADAA) is unknown color: approx Cold Turkey. HEX triplet: C9, AD and AA. RGB value is (201,173,170). Sum of RGB (Red+Green+Blue) = 201+173+170=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADAA is #365255. Grayscale: #B5B5B5. Windows color (decimal): -3560022 or 11185609. OLE color: 11185609.

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

Color convert

RGB201173170-
CMYK00.140.150.21
HSL5.81º22.3%72.75%-
HSV(B)5.81º15.42%78.82%-
XYZ46.2945.2144.32-
YUV181.03121.78142.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=36.95%
G=31.80%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117317000.140.150.215.8122.372.75
HexC9ADAA0EF1561649
Octal3112552520161725626111
Binary11001001101011011010101001110111110101110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ADAA; }

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

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

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

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

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

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

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

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