#D4A1C0

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

Shades of Maverick #D4A1C0

Tints of Maverick #D4A1C0

Color information

#D4A1C0 (or 0xD4A1C0) is unknown color: approx Maverick. HEX triplet: D4, A1 and C0. RGB value is (212,161,192). Sum of RGB (Red+Green+Blue) = 212+161+192=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1C0 is #2B5E3F. Grayscale: #B3B3B3. Windows color (decimal): -2842176 or 12624340. OLE color: 12624340.

HSL color Cylindrical-coordinate representation of color #D4A1C0: hue angle of 323.53º 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 #D4A1C0 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212161192-
CMYK00.240.090.17
HSL323.53º37.23%73.14%-
HSV(B)323.53º24.06%83.14%-
XYZ49.4143.2955.62-
YUV179.78134.9150.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=37.52%
G=28.50%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216119200.240.090.17323.5337.2373.14
HexD4A1C00189111442549
Octal324241300030112150445111
Binary1101010010100001110000000110001001100011010001001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A1C0; }

 p { color: rgb(212,161,192); }

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

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

 a { background-color: rgb(212,161,192); }

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

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

 span { border-color: rgb(212,161,192); }

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