#D5A5C0

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

Shades of Maverick #D5A5C0

Tints of Maverick #D5A5C0

Color information

#D5A5C0 (or 0xD5A5C0) is unknown color: approx Maverick. HEX triplet: D5, A5 and C0. RGB value is (213,165,192). Sum of RGB (Red+Green+Blue) = 213+165+192=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A5C0 is #2A5A3F. Grayscale: #B6B6B6. Windows color (decimal): -2775616 or 12625365. OLE color: 12625365.

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

Color convert

RGB213165192-
CMYK00.230.100.16
HSL326.25º36.36%74.12%-
HSV(B)326.25º22.54%83.53%-
XYZ50.4144.8655.87-
YUV182.43133.4149.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.37%
GREEN value IS 165 (64.84% from 255) = 28.95%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=37.37%
G=28.95%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316519200.230.100.16326.2536.3674.12
HexD5A5C0017A10146244a
Octal325245300027122050644112
Binary1101010110100101110000000101111010100001010001101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5C0; }

 p { color: rgb(213,165,192); }

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

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

 a { background-color: rgb(213,165,192); }

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

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

 span { border-color: rgb(213,165,192); }

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