#CDAEAC

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

Shades of Cold Turkey #CDAEAC

Tints of Cold Turkey #CDAEAC

Color information

#CDAEAC (or 0xCDAEAC) is unknown color: approx Cold Turkey. HEX triplet: CD, AE and AC. RGB value is (205,174,172). Sum of RGB (Red+Green+Blue) = 205+174+172=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEAC is #325153. Grayscale: #B7B7B7. Windows color (decimal): -3297620 or 11316941. OLE color: 11316941.

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

Color convert

RGB205174172-
CMYK00.150.160.20
HSL3.64º24.81%73.92%-
HSV(B)3.64º16.1%80.39%-
XYZ47.7646.2345.44-
YUV183.04121.77143.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=37.21%
G=31.58%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517417200.150.160.203.6424.8173.92
HexCDAEAC0F10144194a
Octal3152562540172024431112
Binary110011011010111010101100011111000010100100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEAC; }

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

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

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

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

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

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

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

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