#D79AAB

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

Shades of Kobi #D79AAB

Tints of Kobi #D79AAB

Color information

#D79AAB (or 0xD79AAB) is unknown color: approx Kobi. HEX triplet: D7, 9A and AB. RGB value is (215,154,171). Sum of RGB (Red+Green+Blue) = 215+154+171=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AAB is #286554. Grayscale: #AEAEAE. Windows color (decimal): -2647381 or 11246295. OLE color: 11246295.

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

Color convert

RGB215154171-
CMYK00.280.200.16
HSL343.28º43.26%72.35%-
HSV(B)343.28º28.37%84.31%-
XYZ46.9340.543.87-
YUV174.18126.21157.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.81%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=39.81%
G=28.52%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515417100.280.200.16343.2843.2672.35
HexD79AAB01C14101572b48
Octal327232253034242052753110
Binary11010111100110101010101101110010100100001010101111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AAB; }

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

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

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

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

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

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

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

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