#D3A2C0

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

Shades of Maverick #D3A2C0

Tints of Maverick #D3A2C0

Color information

#D3A2C0 (or 0xD3A2C0) is unknown color: approx Maverick. HEX triplet: D3, A2 and C0. RGB value is (211,162,192). Sum of RGB (Red+Green+Blue) = 211+162+192=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A2C0 is #2C5D3F. Grayscale: #B4B4B4. Windows color (decimal): -2907456 or 12624595. OLE color: 12624595.

HSL color Cylindrical-coordinate representation of color #D3A2C0: hue angle of 323.27º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A2C0 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB211162192-
CMYK00.230.090.17
HSL323.27º35.77%73.14%-
HSV(B)323.27º23.22%82.75%-
XYZ49.343.555.67-
YUV180.07134.73150.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=37.35%
G=28.67%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116219200.230.090.17323.2735.7773.14
HexD3A2C00179111432449
Octal323242300027112150344111
Binary1101001110100010110000000101111001100011010000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A2C0; }

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

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

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

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

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

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

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

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