#CDB2AD

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

Shades of Cold Turkey #CDB2AD

Tints of Cold Turkey #CDB2AD

Color information

#CDB2AD (or 0xCDB2AD) is unknown color: approx Cold Turkey. HEX triplet: CD, B2 and AD. RGB value is (205,178,173). Sum of RGB (Red+Green+Blue) = 205+178+173=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2AD is #324D52. Grayscale: #B9B9B9. Windows color (decimal): -3296595 or 11383501. OLE color: 11383501.

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

Color convert

RGB205178173-
CMYK00.130.160.20
HSL9.38º24.24%74.12%-
HSV(B)9.38º15.61%80.39%-
XYZ48.6447.8446.21-
YUV185.5120.95141.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=36.87%
G=32.01%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517817300.130.160.209.3824.2474.12
HexCDB2AD0D10149184a
Octal31526225501520241130112
Binary1100110110110010101011010110110000101001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2AD; }

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

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

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

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

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

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

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

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