#CDB4B1

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

Shades of Cold Turkey #CDB4B1

Tints of Cold Turkey #CDB4B1

Color information

#CDB4B1 (or 0xCDB4B1) is unknown color: approx Cold Turkey. HEX triplet: CD, B4 and B1. RGB value is (205,180,177). Sum of RGB (Red+Green+Blue) = 205+180+177=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB4B1 is #324B4E. Grayscale: #BBBBBB. Windows color (decimal): -3296079 or 11646157. OLE color: 11646157.

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

Color convert

RGB205180177-
CMYK00.120.140.20
HSL6.43º21.88%74.9%-
HSV(B)6.43º13.66%80.39%-
XYZ49.4348.848.41-
YUV187.13122.28140.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 180 (70.70% from 255) = 32.03%
BLUE value IS 177 (69.53% from 255) = 31.49%
R=36.48%
G=32.03%
B=31.49%

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
Decimal20518017700.120.140.206.4321.8874.9
HexCDB4B10CE146164b
Octal3152642610141624626113
Binary11001101101101001011000101100111010100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4B1; }

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

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

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

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

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

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

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

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