#D79FAE

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

Shades of Kobi #D79FAE

Tints of Kobi #D79FAE

Color information

#D79FAE (or 0xD79FAE) is unknown color: approx Kobi. HEX triplet: D7, 9F and AE. RGB value is (215,159,174). Sum of RGB (Red+Green+Blue) = 215+159+174=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79FAE is #286051. Grayscale: #B1B1B1. Windows color (decimal): -2646098 or 11444183. OLE color: 11444183.

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

Color convert

RGB215159174-
CMYK00.260.190.16
HSL343.93º41.18%73.33%-
HSV(B)343.93º26.05%84.31%-
XYZ48.0642.345.68-
YUV177.45126.05154.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.23%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=39.23%
G=29.01%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515917400.260.190.16343.9341.1873.33
HexD79FAE01A13101582949
Octal327237256032232053051111
Binary11010111100111111010111001101010011100001010110001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FAE; }

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

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

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

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

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

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

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

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