#D1BCBB

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

Shades of Cold Turkey #D1BCBB

Tints of Cold Turkey #D1BCBB

Color information

#D1BCBB (or 0xD1BCBB) is unknown color: approx Cold Turkey. HEX triplet: D1, BC and BB. RGB value is (209,188,187). Sum of RGB (Red+Green+Blue) = 209+188+187=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCBB is #2E4344. Grayscale: #C2C2C2. Windows color (decimal): -3031877 or 12303569. OLE color: 12303569.

HSL color Cylindrical-coordinate representation of color #D1BCBB: hue angle of 2.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BCBB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209188187-
CMYK00.100.110.18
HSL2.73º19.3%77.65%-
HSV(B)2.73º10.53%81.96%-
XYZ53.2553.1154.46-
YUV194.16123.96138.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=35.79%
G=32.19%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918818700.100.110.182.7319.377.65
HexD1BCBB0AB123134e
Octal3212742730121322323116
Binary1101000110111100101110110101010111001011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCBB; }

 p { color: rgb(209,188,187); }

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

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

 a { background-color: rgb(209,188,187); }

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

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

 span { border-color: rgb(209,188,187); }

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