#D78EAE

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

Shades of Kobi #D78EAE

Tints of Kobi #D78EAE

Color information

#D78EAE (or 0xD78EAE) is unknown color: approx Kobi. HEX triplet: D7, 8E and AE. RGB value is (215,142,174). Sum of RGB (Red+Green+Blue) = 215+142+174=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78EAE is #287151. Grayscale: #A7A7A7. Windows color (decimal): -2650450 or 11439831. OLE color: 11439831.

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

Color convert

RGB215142174-
CMYK00.340.190.16
HSL333.7º47.71%70%-
HSV(B)333.7º33.95%84.31%-
XYZ45.3436.8544.77-
YUV167.48131.68161.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=40.49%
G=26.74%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514217400.340.190.16333.747.7170
HexD78EAE022131014e3046
Octal327216256042232051660106
Binary110101111000111010101110010001010011100001010011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EAE; }

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

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

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

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

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

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

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

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