#D79EAB

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

Shades of Kobi #D79EAB

Tints of Kobi #D79EAB

Color information

#D79EAB (or 0xD79EAB) is unknown color: approx Kobi. HEX triplet: D7, 9E and AB. RGB value is (215,158,171). Sum of RGB (Red+Green+Blue) = 215+158+171=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EAB is #286154. Grayscale: #B0B0B0. Windows color (decimal): -2646357 or 11247319. OLE color: 11247319.

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

Color convert

RGB215158171-
CMYK00.270.200.16
HSL346.32º41.61%73.14%-
HSV(B)346.32º26.51%84.31%-
XYZ47.641.8444.1-
YUV176.52124.88155.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=39.52%
G=29.04%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515817100.270.200.16346.3241.6173.14
HexD79EAB01B141015a2a49
Octal327236253033242053252111
Binary11010111100111101010101101101110100100001010110101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EAB; }

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

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

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

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

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

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

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

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