#CDB6B4

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

Shades of Cold Turkey #CDB6B4

Tints of Cold Turkey #CDB6B4

Color information

#CDB6B4 (or 0xCDB6B4) is unknown color: approx Cold Turkey. HEX triplet: CD, B6 and B4. RGB value is (205,182,180). Sum of RGB (Red+Green+Blue) = 205+182+180=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6B4 is #32494B. Grayscale: #BCBCBC. Windows color (decimal): -3295564 or 11843277. OLE color: 11843277.

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

Color convert

RGB205182180-
CMYK00.110.120.20
HSL4.8º20%75.49%-
HSV(B)4.8º12.2%80.39%-
XYZ50.1449.7350.14-
YUV188.65123.12139.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=36.16%
G=32.10%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518218000.110.120.204.82075.49
HexCDB6B40BC145144b
Octal3152662640131424524113
Binary11001101101101101011010001011110010100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6B4; }

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

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

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

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

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

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

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

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