#D4A2C3

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

Shades of Maverick #D4A2C3

Tints of Maverick #D4A2C3

Color information

#D4A2C3 (or 0xD4A2C3) is unknown color: approx Maverick. HEX triplet: D4, A2 and C3. RGB value is (212,162,195). Sum of RGB (Red+Green+Blue) = 212+162+195=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2C3 is #2B5D3C. Grayscale: #B4B4B4. Windows color (decimal): -2841917 or 12821204. OLE color: 12821204.

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

Color convert

RGB212162195-
CMYK00.240.080.17
HSL320.4º36.76%73.33%-
HSV(B)320.4º23.58%83.14%-
XYZ49.9243.7857.45-
YUV180.71136.06150.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=37.26%
G=28.47%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216219500.240.080.17320.436.7673.33
HexD4A2C30188111402549
Octal324242303030102150045111
Binary1101010010100010110000110110001000100011010000001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2C3; }

 p { color: rgb(212,162,195); }

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

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

 a { background-color: rgb(212,162,195); }

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

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

 span { border-color: rgb(212,162,195); }

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