#D79AB2

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

Shades of Kobi #D79AB2

Tints of Kobi #D79AB2

Color information

#D79AB2 (or 0xD79AB2) is unknown color: approx Kobi. HEX triplet: D7, 9A and B2. RGB value is (215,154,178). Sum of RGB (Red+Green+Blue) = 215+154+178=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AB2 is #28654D. Grayscale: #AEAEAE. Windows color (decimal): -2647374 or 11705047. OLE color: 11705047.

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

Color convert

RGB215154178-
CMYK00.280.170.16
HSL336.39º43.26%72.35%-
HSV(B)336.39º28.37%84.31%-
XYZ47.6240.7747.48-
YUV174.98129.71156.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=39.31%
G=28.15%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515417800.280.170.16336.3943.2672.35
HexD79AB201C11101502b48
Octal327232262034212052053110
Binary11010111100110101011001001110010001100001010100001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AB2; }

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

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

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

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

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

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

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

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