#CDB3AE

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

Shades of Cold Turkey #CDB3AE

Tints of Cold Turkey #CDB3AE

Color information

#CDB3AE (or 0xCDB3AE) is unknown color: approx Cold Turkey. HEX triplet: CD, B3 and AE. RGB value is (205,179,174). Sum of RGB (Red+Green+Blue) = 205+179+174=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB3AE is #324C51. Grayscale: #BABABA. Windows color (decimal): -3296338 or 11449293. OLE color: 11449293.

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

Color convert

RGB205179174-
CMYK00.130.150.20
HSL9.68º23.66%74.31%-
HSV(B)9.68º15.12%80.39%-
XYZ48.9448.2846.78-
YUV186.2121.11141.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=36.74%
G=32.08%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517917400.130.150.209.6823.6674.31
HexCDB3AE0DF14a184a
Octal31526325601517241230112
Binary110011011011001110101110011011111101001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3AE; }

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

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

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

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

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

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

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

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