#D79CAA

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

Shades of Kobi #D79CAA

Tints of Kobi #D79CAA

Color information

#D79CAA (or 0xD79CAA) is unknown color: approx Kobi. HEX triplet: D7, 9C and AA. RGB value is (215,156,170). Sum of RGB (Red+Green+Blue) = 215+156+170=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79CAA is #286355. Grayscale: #AFAFAF. Windows color (decimal): -2646870 or 11181271. OLE color: 11181271.

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

Color convert

RGB215156170-
CMYK00.270.210.16
HSL345.76º42.45%72.75%-
HSV(B)345.76º27.44%84.31%-
XYZ47.1741.1343.48-
YUV175.24125.05156.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=39.74%
G=28.84%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515617000.270.210.16345.7642.4572.75
HexD79CAA01B151015a2a49
Octal327234252033252053252111
Binary11010111100111001010101001101110101100001010110101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CAA; }

 p { color: rgb(215,156,170); }

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

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

 a { background-color: rgb(215,156,170); }

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

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

 span { border-color: rgb(215,156,170); }

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