#D87BAB

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

Shades of Kobi #D87BAB

Tints of Kobi #D87BAB

Color information

#D87BAB (or 0xD87BAB) is unknown color: approx Kobi. HEX triplet: D8, 7B and AB. RGB value is (216,123,171). Sum of RGB (Red+Green+Blue) = 216+123+171=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BAB is #278454. Grayscale: #9C9C9C. Windows color (decimal): -2589781 or 11238360. OLE color: 11238360.

HSL color Cylindrical-coordinate representation of color #D87BAB: hue angle of 329.03º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BAB is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216123171-
CMYK00.430.210.15
HSL329.03º54.39%66.47%-
HSV(B)329.03º43.06%84.71%-
XYZ42.7531.7142.39-
YUV156.28136.31170.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=42.35%
G=24.12%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612317100.430.210.15329.0354.3966.47
HexD87BAB02B15F1493642
Octal330173253053251751166102
Binary1101100011110111010101101010111010111111010010011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BAB; }

 p { color: rgb(216,123,171); }

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

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

 a { background-color: rgb(216,123,171); }

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

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

 span { border-color: rgb(216,123,171); }

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