#CDAAA9

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

Shades of Cold Turkey #CDAAA9

Tints of Cold Turkey #CDAAA9

Color information

#CDAAA9 (or 0xCDAAA9) is unknown color: approx Cold Turkey. HEX triplet: CD, AA and A9. RGB value is (205,170,169). Sum of RGB (Red+Green+Blue) = 205+170+169=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAAA9 is #325556. Grayscale: #B4B4B4. Windows color (decimal): -3298647 or 11119309. OLE color: 11119309.

HSL color Cylindrical-coordinate representation of color #CDAAA9: hue angle of 1.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDAAA9 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205170169-
CMYK00.170.180.20
HSL1.67º26.47%73.33%-
HSV(B)1.67º17.56%80.39%-
XYZ46.7144.5943.68-
YUV180.35121.6145.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=37.68%
G=31.25%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517016900.170.180.201.6726.4773.33
HexCDAAA9011121421a49
Octal3152522510212224232111
Binary110011011010101010101001010001100101010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAA9; }

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

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

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

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

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

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

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

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