#D7A0AC

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

Shades of Kobi #D7A0AC

Tints of Kobi #D7A0AC

Color information

#D7A0AC (or 0xD7A0AC) is unknown color: approx Kobi. HEX triplet: D7, A0 and AC. RGB value is (215,160,172). Sum of RGB (Red+Green+Blue) = 215+160+172=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A0AC is #285F53. Grayscale: #B1B1B1. Windows color (decimal): -2645844 or 11313367. OLE color: 11313367.

HSL color Cylindrical-coordinate representation of color #D7A0AC: hue angle of 346.91º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A0AC is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215160172-
CMYK00.260.20.16
HSL346.91º40.74%73.53%-
HSV(B)346.91º25.58%84.31%-
XYZ48.0442.5744.71-
YUV177.81124.72154.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=39.31%
G=29.25%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516017200.260.20.16346.9140.7473.53
HexD7A0AC01A141015b294a
Octal327240254032242053351112
Binary11010111101000001010110001101010100100001010110111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0AC; }

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

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

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

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

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

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

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

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