#D79EAE

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

Shades of Kobi #D79EAE

Tints of Kobi #D79EAE

Color information

#D79EAE (or 0xD79EAE) is unknown color: approx Kobi. HEX triplet: D7, 9E and AE. RGB value is (215,158,174). Sum of RGB (Red+Green+Blue) = 215+158+174=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EAE is #286151. Grayscale: #B0B0B0. Windows color (decimal): -2646354 or 11443927. OLE color: 11443927.

HSL color Cylindrical-coordinate representation of color #D79EAE: hue angle of 343.16º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EAE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215158174-
CMYK00.270.190.16
HSL343.16º41.61%73.14%-
HSV(B)343.16º26.51%84.31%-
XYZ47.8941.9645.62-
YUV176.87126.38155.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=39.31%
G=28.88%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515817400.270.190.16343.1641.6173.14
HexD79EAE01B13101572a49
Octal327236256033232052752111
Binary11010111100111101010111001101110011100001010101111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EAE; }

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

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

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

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

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

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

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

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