#CDB2AE

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

Shades of Cold Turkey #CDB2AE

Tints of Cold Turkey #CDB2AE

Color information

#CDB2AE (or 0xCDB2AE) is unknown color: approx Cold Turkey. HEX triplet: CD, B2 and AE. RGB value is (205,178,174). Sum of RGB (Red+Green+Blue) = 205+178+174=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2AE is #324D51. Grayscale: #B9B9B9. Windows color (decimal): -3296594 or 11449037. OLE color: 11449037.

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

Color convert

RGB205178174-
CMYK00.130.150.20
HSL7.74º23.66%74.31%-
HSV(B)7.74º15.12%80.39%-
XYZ48.7447.8846.72-
YUV185.62121.45141.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=36.80%
G=31.96%
B=31.24%

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
Decimal20517817400.130.150.207.7423.6674.31
HexCDB2AE0DF148184a
Octal31526225601517241030112
Binary110011011011001010101110011011111101001000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2AE; }

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

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

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

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

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

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

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

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