#D79DAE

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

Shades of Kobi #D79DAE

Tints of Kobi #D79DAE

Color information

#D79DAE (or 0xD79DAE) is unknown color: approx Kobi. HEX triplet: D7, 9D and AE. RGB value is (215,157,174). Sum of RGB (Red+Green+Blue) = 215+157+174=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79DAE is #286251. Grayscale: #B0B0B0. Windows color (decimal): -2646610 or 11443671. OLE color: 11443671.

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

Color convert

RGB215157174-
CMYK00.270.190.16
HSL342.41º42.03%72.94%-
HSV(B)342.41º26.98%84.31%-
XYZ47.7241.6245.56-
YUV176.28126.72155.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=39.38%
G=28.75%
B=31.87%

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
Decimal21515717400.270.190.16342.4142.0372.94
HexD79DAE01B13101562a49
Octal327235256033232052652111
Binary11010111100111011010111001101110011100001010101101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DAE; }

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

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

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

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

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

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

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

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