#CDB7B6

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

Shades of Cold Turkey #CDB7B6

Tints of Cold Turkey #CDB7B6

Color information

#CDB7B6 (or 0xCDB7B6) is unknown color: approx Cold Turkey. HEX triplet: CD, B7 and B6. RGB value is (205,183,182). Sum of RGB (Red+Green+Blue) = 205+183+182=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7B6 is #324849. Grayscale: #BDBDBD. Windows color (decimal): -3295306 or 11974605. OLE color: 11974605.

HSL color Cylindrical-coordinate representation of color #CDB7B6: hue angle of 2.61º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDB7B6 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB205183182-
CMYK00.110.110.20
HSL2.61º18.7%75.88%-
HSV(B)2.61º11.22%80.39%-
XYZ50.5550.2251.29-
YUV189.46123.79139.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=35.96%
G=32.11%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518318200.110.110.202.6118.775.88
HexCDB7B60BB143134c
Octal3152672660131324323114
Binary1100110110110111101101100101110111010011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB7B6; }

 p { color: rgb(205,183,182); }

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

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

 a { background-color: rgb(205,183,182); }

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

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

 span { border-color: rgb(205,183,182); }

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