#CDB4AE

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

Shades of Cold Turkey #CDB4AE

Tints of Cold Turkey #CDB4AE

Color information

#CDB4AE (or 0xCDB4AE) is unknown color: approx Cold Turkey. HEX triplet: CD, B4 and AE. RGB value is (205,180,174). Sum of RGB (Red+Green+Blue) = 205+180+174=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB4AE is #324B51. Grayscale: #BABABA. Windows color (decimal): -3296082 or 11449549. OLE color: 11449549.

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

Color convert

RGB205180174-
CMYK00.120.150.20
HSL11.61º23.66%74.31%-
HSV(B)11.61º15.12%80.39%-
XYZ49.1448.6846.85-
YUV186.79120.78140.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=36.67%
G=32.20%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518017400.120.150.2011.6123.6674.31
HexCDB4AE0CF14c184a
Octal31526425601417241430112
Binary110011011011010010101110011001111101001100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4AE; }

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

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

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

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

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

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

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

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