#D8A4C2

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

Shades of Maverick #D8A4C2

Tints of Maverick #D8A4C2

Color information

#D8A4C2 (or 0xD8A4C2) is unknown color: approx Maverick. HEX triplet: D8, A4 and C2. RGB value is (216,164,194). Sum of RGB (Red+Green+Blue) = 216+164+194=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4C2 is #275B3D. Grayscale: #B6B6B6. Windows color (decimal): -2579262 or 12756184. OLE color: 12756184.

HSL color Cylindrical-coordinate representation of color #D8A4C2: hue angle of 325.38º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A4C2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB216164194-
CMYK00.240.100.15
HSL325.38º40%74.51%-
HSV(B)325.38º24.07%84.71%-
XYZ51.3345.0457.03-
YUV182.97134.23151.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.63%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 194 (76.17% from 255) = 33.80%
R=37.63%
G=28.57%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616419400.240.100.15325.384074.51
HexD8A4C2018AF145284b
Octal330244302030121750550113
Binary110110001010010011000010011000101011111010001011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A4C2; }

 p { color: rgb(216,164,194); }

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

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

 a { background-color: rgb(216,164,194); }

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

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

 span { border-color: rgb(216,164,194); }

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