#D7A0C3

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

Shades of Maverick #D7A0C3

Tints of Maverick #D7A0C3

Color information

#D7A0C3 (or 0xD7A0C3) is unknown color: approx Maverick. HEX triplet: D7, A0 and C3. RGB value is (215,160,195). Sum of RGB (Red+Green+Blue) = 215+160+195=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0C3 is #285F3C. Grayscale: #B4B4B4. Windows color (decimal): -2645821 or 12820695. OLE color: 12820695.

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

Color convert

RGB215160195-
CMYK00.260.090.16
HSL321.82º40.74%73.53%-
HSV(B)321.82º25.58%84.31%-
XYZ50.4543.5357.37-
YUV180.43136.22152.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=37.72%
G=28.07%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516019500.260.090.16321.8240.7473.53
HexD7A0C301A910142294a
Octal327240303032112050251112
Binary1101011110100000110000110110101001100001010000101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0C3; }

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

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

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

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

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

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

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

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