#D79BA7

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

Shades of Kobi #D79BA7

Tints of Kobi #D79BA7

Color information

#D79BA7 (or 0xD79BA7) is unknown color: approx Kobi. HEX triplet: D7, 9B and A7. RGB value is (215,155,167). Sum of RGB (Red+Green+Blue) = 215+155+167=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79BA7 is #286458. Grayscale: #AEAEAE. Windows color (decimal): -2647129 or 10984407. OLE color: 10984407.

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

Color convert

RGB215155167-
CMYK00.280.220.16
HSL348º42.86%72.55%-
HSV(B)348º27.91%84.31%-
XYZ46.7240.6841.95-
YUV174.31123.88157.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=40.04%
G=28.86%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515516700.280.220.1634842.8672.55
HexD79BA701C161015c2b49
Octal327233247034262053453111
Binary11010111100110111010011101110010110100001010111001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BA7; }

 p { color: rgb(215,155,167); }

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

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

 a { background-color: rgb(215,155,167); }

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

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

 span { border-color: rgb(215,155,167); }

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