#CDB5B1

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

Shades of Cold Turkey #CDB5B1

Tints of Cold Turkey #CDB5B1

Color information

#CDB5B1 (or 0xCDB5B1) is unknown color: approx Cold Turkey. HEX triplet: CD, B5 and B1. RGB value is (205,181,177). Sum of RGB (Red+Green+Blue) = 205+181+177=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5B1 is #324A4E. Grayscale: #BBBBBB. Windows color (decimal): -3295823 or 11646413. OLE color: 11646413.

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

Color convert

RGB205181177-
CMYK00.120.140.20
HSL8.57º21.88%74.9%-
HSV(B)8.57º13.66%80.39%-
XYZ49.6449.248.48-
YUV187.72121.95140.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=36.41%
G=32.15%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518117700.120.140.208.5721.8874.9
HexCDB5B10CE149164b
Octal31526526101416241126113
Binary110011011011010110110001011001110101001001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5B1; }

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

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

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

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

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

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

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

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