#CDAAA8

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

Shades of Cold Turkey #CDAAA8

Tints of Cold Turkey #CDAAA8

Color information

#CDAAA8 (or 0xCDAAA8) is unknown color: approx Cold Turkey. HEX triplet: CD, AA and A8. RGB value is (205,170,168). Sum of RGB (Red+Green+Blue) = 205+170+168=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAAA8 is #325557. Grayscale: #B4B4B4. Windows color (decimal): -3298648 or 11053773. OLE color: 11053773.

HSL color Cylindrical-coordinate representation of color #CDAAA8: hue angle of 3.24º degrees, saturation: 0.27, 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 #CDAAA8 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205170168-
CMYK00.170.180.20
HSL3.24º27.01%73.14%-
HSV(B)3.24º18.05%80.39%-
XYZ46.6244.5643.19-
YUV180.24121.1145.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=37.75%
G=31.31%
B=30.94%

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
Decimal20517016800.170.180.203.2427.0173.14
HexCDAAA8011121431b49
Octal3152522500212224333111
Binary110011011010101010101000010001100101010011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAA8; }

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

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

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

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

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

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

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

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