#D78EAA

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

Shades of Kobi #D78EAA

Tints of Kobi #D78EAA

Color information

#D78EAA (or 0xD78EAA) is unknown color: approx Kobi. HEX triplet: D7, 8E and AA. RGB value is (215,142,170). Sum of RGB (Red+Green+Blue) = 215+142+170=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78EAA is #287155. Grayscale: #A6A6A6. Windows color (decimal): -2650454 or 11177687. OLE color: 11177687.

HSL color Cylindrical-coordinate representation of color #D78EAA: hue angle of 336.99º 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 #D78EAA is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215142170-
CMYK00.340.210.16
HSL336.99º47.71%70%-
HSV(B)336.99º33.95%84.31%-
XYZ44.9536.742.74-
YUV167.02129.68162.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=40.80%
G=26.94%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514217000.340.210.16336.9947.7170
HexD78EAA02215101513046
Octal327216252042252052160106
Binary110101111000111010101010010001010101100001010100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EAA; }

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

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

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

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

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

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

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

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