#D79AAC

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

Shades of Kobi #D79AAC

Tints of Kobi #D79AAC

Color information

#D79AAC (or 0xD79AAC) is unknown color: approx Kobi. HEX triplet: D7, 9A and AC. RGB value is (215,154,172). Sum of RGB (Red+Green+Blue) = 215+154+172=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AAC is #286553. Grayscale: #AEAEAE. Windows color (decimal): -2647380 or 11311831. OLE color: 11311831.

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

Color convert

RGB215154172-
CMYK00.280.20.16
HSL342.3º43.26%72.35%-
HSV(B)342.3º28.37%84.31%-
XYZ47.0340.5444.38-
YUV174.29126.71157.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=39.74%
G=28.47%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515417200.280.20.16342.343.2672.35
HexD79AAC01C14101562b48
Octal327232254034242052653110
Binary11010111100110101010110001110010100100001010101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AAC; }

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

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

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

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

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

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

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

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