#D1BABA

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

Shades of Cold Turkey #D1BABA

Tints of Cold Turkey #D1BABA

Color information

#D1BABA (or 0xD1BABA) is unknown color: approx Cold Turkey. HEX triplet: D1, BA and BA. RGB value is (209,186,186). Sum of RGB (Red+Green+Blue) = 209+186+186=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BABA is #2E4545. Grayscale: #C0C0C0. Windows color (decimal): -3032390 or 12237521. OLE color: 12237521.

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

Color convert

RGB209186186-
CMYK00.110.110.18
HSL20%77.45%-
HSV(B)11%81.96%-
XYZ52.7252.2253.76-
YUV192.88124.12139.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.97%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=35.97%
G=32.01%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918618600.110.110.1802077.45
HexD1BABA0BB120144d
Octal3212722720131322024115
Binary110100011011101010111010010111011100100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BABA; }

 p { color: rgb(209,186,186); }

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

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

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

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

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

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

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