#CDAEAA

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

Shades of Cold Turkey #CDAEAA

Tints of Cold Turkey #CDAEAA

Color information

#CDAEAA (or 0xCDAEAA) is unknown color: approx Cold Turkey. HEX triplet: CD, AE and AA. RGB value is (205,174,170). Sum of RGB (Red+Green+Blue) = 205+174+170=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEAA is #325155. Grayscale: #B6B6B6. Windows color (decimal): -3297622 or 11185869. OLE color: 11185869.

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

Color convert

RGB205174170-
CMYK00.150.170.20
HSL6.86º25.93%73.53%-
HSV(B)6.86º17.07%80.39%-
XYZ47.5746.1544.43-
YUV182.81120.77143.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=37.34%
G=31.69%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517417000.150.170.206.8625.9373.53
HexCDAEAA0F111471a4a
Octal3152562520172124732112
Binary110011011010111010101010011111000110100111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEAA; }

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

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

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

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

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

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

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

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