#D78EAB

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

Shades of Kobi #D78EAB

Tints of Kobi #D78EAB

Color information

#D78EAB (or 0xD78EAB) is unknown color: approx Kobi. HEX triplet: D7, 8E and AB. RGB value is (215,142,171). Sum of RGB (Red+Green+Blue) = 215+142+171=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78EAB is #287154. Grayscale: #A7A7A7. Windows color (decimal): -2650453 or 11243223. OLE color: 11243223.

HSL color Cylindrical-coordinate representation of color #D78EAB: hue angle of 336.16º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78EAB is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215142171-
CMYK00.340.200.16
HSL336.16º47.71%70%-
HSV(B)336.16º33.95%84.31%-
XYZ45.0536.7343.24-
YUV167.13130.18162.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=40.72%
G=26.89%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514217100.340.200.16336.1647.7170
HexD78EAB02214101503046
Octal327216253042242052060106
Binary110101111000111010101011010001010100100001010100001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EAB; }

 p { color: rgb(215,142,171); }

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

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

 a { background-color: rgb(215,142,171); }

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

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

 span { border-color: rgb(215,142,171); }

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