#D7A0AD

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

Shades of Kobi #D7A0AD

Tints of Kobi #D7A0AD

Color information

#D7A0AD (or 0xD7A0AD) is unknown color: approx Kobi. HEX triplet: D7, A0 and AD. RGB value is (215,160,173). Sum of RGB (Red+Green+Blue) = 215+160+173=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A0AD is #285F52. Grayscale: #B1B1B1. Windows color (decimal): -2645843 or 11378903. OLE color: 11378903.

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

Color convert

RGB215160173-
CMYK00.260.200.16
HSL345.82º40.74%73.53%-
HSV(B)345.82º25.58%84.31%-
XYZ48.1442.6145.22-
YUV177.93125.22154.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.23%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=39.23%
G=29.20%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516017300.260.200.16345.8240.7473.53
HexD7A0AD01A141015a294a
Octal327240255032242053251112
Binary11010111101000001010110101101010100100001010110101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0AD; }

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

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

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

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

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

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

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

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