#CDB5B3

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

Shades of Cold Turkey #CDB5B3

Tints of Cold Turkey #CDB5B3

Color information

#CDB5B3 (or 0xCDB5B3) is unknown color: approx Cold Turkey. HEX triplet: CD, B5 and B3. RGB value is (205,181,179). Sum of RGB (Red+Green+Blue) = 205+181+179=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5B3 is #324A4C. Grayscale: #BBBBBB. Windows color (decimal): -3295821 or 11777485. OLE color: 11777485.

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

Color convert

RGB205181179-
CMYK00.120.130.20
HSL4.62º20.63%75.29%-
HSV(B)4.62º12.68%80.39%-
XYZ49.8449.2849.53-
YUV187.95122.95140.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=36.28%
G=32.04%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518117900.120.130.204.6220.6375.29
HexCDB5B30CD145154b
Octal3152652630141524525113
Binary11001101101101011011001101100110110100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5B3; }

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

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

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

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

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

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

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

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