#CDB1B0

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

Shades of Cold Turkey #CDB1B0

Tints of Cold Turkey #CDB1B0

Color information

#CDB1B0 (or 0xCDB1B0) is unknown color: approx Cold Turkey. HEX triplet: CD, B1 and B0. RGB value is (205,177,176). Sum of RGB (Red+Green+Blue) = 205+177+176=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1B0 is #324E4F. Grayscale: #B9B9B9. Windows color (decimal): -3296848 or 11579853. OLE color: 11579853.

HSL color Cylindrical-coordinate representation of color #CDB1B0: hue angle of 2.07º 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 #CDB1B0 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB205177176-
CMYK00.140.140.20
HSL2.07º22.48%74.71%-
HSV(B)2.07º14.15%80.39%-
XYZ48.7447.5647.69-
YUV185.26122.78142.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=36.74%
G=31.72%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517717600.140.140.202.0722.4874.71
HexCDB1B00EE142164b
Octal3152612600161624226113
Binary1100110110110001101100000111011101010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1B0; }

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

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

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

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

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

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

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

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