Html Css Color HEX #D5A2C0 Maverick

📋 copy color: '#D5A2C0'

red 213 ◦ green 162 ◦ blue 192

#D5A2C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D5A2C0

Tints of Maverick #D5A2C0

RGB

 RED value IS 213 (83.59% from 255) = 37.57%

 GREEN value IS 162 (63.67% from 255) = 28.57%

 BLUE value IS 192 (75.39% from 255) = 33.86%

R = 37.57%
G = 28.57%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5A2C0 (or 0xD5A2C0) is known color: Maverick. HEX triplet: D5, A2 and C0. RGB value is (213,162,192). Sum of RGB (Red+Green+Blue) = 213+162+192=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2C0 is #2A5D3F. Grayscale: #B4B4B4. Windows color (decimal): -2776384 or 12624597. OLE color: 12624597.

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

Color convert

RGB 213 162 192 -
CMYK 0 0.24 0.10 0.16
HSL 324.71º 0.38% 0.74% -
HSV(B) 324.71º 0.24% 0.84% -
XYZ 49.88 43.79 55.69 -
YUV 180.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 213 162 192 0 0.24 0.10 0.16 324.71 0.38 0.74
Hex D5 A2 C0 0 18 A 10 145 26 4A
Octal 325 242 300 0 30 12 20 505 46 112
Binary 11010101 10100010 11000000 0 11000 1010 10000 101000101 100110 1001010

Color Harmonies of #D5A2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A2C0

Black with #D5A2C0

Text Example


Text Example

White with #D5A2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A2C0; }

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

 H1.HeaderClassName
 {
   color: #D5A2C0;
 }
 .AnyTagClassName
 {
   color: #D5A2C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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