#D6A5CA

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

Shades of Maverick #D6A5CA

Tints of Maverick #D6A5CA

Color information

#D6A5CA (or 0xD6A5CA) is unknown color: approx Maverick. HEX triplet: D6, A5 and CA. RGB value is (214,165,202). Sum of RGB (Red+Green+Blue) = 214+165+202=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A5CA is #295A35. Grayscale: #B7B7B7. Windows color (decimal): -2710070 or 13280726. OLE color: 13280726.

HSL color Cylindrical-coordinate representation of color #D6A5CA: hue angle of 314.69º degrees, saturation: 0.37, 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 #D6A5CA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214165202-
CMYK00.230.060.16
HSL314.69º37.4%74.31%-
HSV(B)314.69º22.9%83.92%-
XYZ51.8545.4761.92-
YUV183.87138.23149.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 165 (64.84% from 255) = 28.40%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=36.83%
G=28.40%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416520200.230.060.16314.6937.474.31
HexD6A5CA01761013b254a
Octal32624531202762047345112
Binary110101101010010111001010010111110100001001110111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A5CA; }

 p { color: rgb(214,165,202); }

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

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

 a { background-color: rgb(214,165,202); }

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

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

 span { border-color: rgb(214,165,202); }

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