#CDAEAB

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

Shades of Cold Turkey #CDAEAB

Tints of Cold Turkey #CDAEAB

Color information

#CDAEAB (or 0xCDAEAB) is unknown color: approx Cold Turkey. HEX triplet: CD, AE and AB. RGB value is (205,174,171). Sum of RGB (Red+Green+Blue) = 205+174+171=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEAB is #325154. Grayscale: #B6B6B6. Windows color (decimal): -3297621 or 11251405. OLE color: 11251405.

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

Color convert

RGB205174171-
CMYK00.150.170.20
HSL5.29º25.37%73.73%-
HSV(B)5.29º16.59%80.39%-
XYZ47.6646.1944.93-
YUV182.93121.27143.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=37.27%
G=31.64%
B=31.09%

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
Decimal20517417100.150.170.205.2925.3773.73
HexCDAEAB0F11145194a
Octal3152562530172124531112
Binary110011011010111010101011011111000110100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEAB; }

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

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

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

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

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

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

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

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