#CDB4B3

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

Shades of Cold Turkey #CDB4B3

Tints of Cold Turkey #CDB4B3

Color information

#CDB4B3 (or 0xCDB4B3) is unknown color: approx Cold Turkey. HEX triplet: CD, B4 and B3. RGB value is (205,180,179). Sum of RGB (Red+Green+Blue) = 205+180+179=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4B3 is #324B4C. Grayscale: #BBBBBB. Windows color (decimal): -3296077 or 11777229. OLE color: 11777229.

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

Color convert

RGB205180179-
CMYK00.120.130.20
HSL2.31º20.63%75.29%-
HSV(B)2.31º12.68%80.39%-
XYZ49.6348.8849.47-
YUV187.36123.28140.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 180 (70.70% from 255) = 31.91%
BLUE value IS 179 (70.31% from 255) = 31.74%
R=36.35%
G=31.91%
B=31.74%

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
Decimal20518017900.120.130.202.3120.6375.29
HexCDB4B30CD142154b
Octal3152642630141524225113
Binary1100110110110100101100110110011011010010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4B3; }

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

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

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

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

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

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

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

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