#D79AAD

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

Shades of Kobi #D79AAD

Tints of Kobi #D79AAD

Color information

#D79AAD (or 0xD79AAD) is unknown color: approx Kobi. HEX triplet: D7, 9A and AD. RGB value is (215,154,173). Sum of RGB (Red+Green+Blue) = 215+154+173=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AAD is #286552. Grayscale: #AEAEAE. Windows color (decimal): -2647379 or 11377367. OLE color: 11377367.

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

Color convert

RGB215154173-
CMYK00.280.200.16
HSL341.31º43.26%72.35%-
HSV(B)341.31º28.37%84.31%-
XYZ47.1240.5844.88-
YUV174.4127.21156.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=39.67%
G=28.41%
B=31.92%

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
Decimal21515417300.280.200.16341.3143.2672.35
HexD79AAD01C14101552b48
Octal327232255034242052553110
Binary11010111100110101010110101110010100100001010101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AAD; }

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

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

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

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

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

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

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

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