#D5ACC0

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

Shades of Maverick #D5ACC0

Tints of Maverick #D5ACC0

Color information

#D5ACC0 (or 0xD5ACC0) is unknown color: approx Maverick. HEX triplet: D5, AC and C0. RGB value is (213,172,192). Sum of RGB (Red+Green+Blue) = 213+172+192=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACC0 is #2A533F. Grayscale: #BABABA. Windows color (decimal): -2773824 or 12627157. OLE color: 12627157.

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

Color convert

RGB213172192-
CMYK00.190.100.16
HSL330.73º32.8%75.49%-
HSV(B)330.73º19.25%83.53%-
XYZ51.7147.4656.3-
YUV186.54131.08146.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=36.92%
G=29.81%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317219200.190.100.16330.7332.875.49
HexD5ACC0013A1014b214b
Octal325254300023122051341113
Binary1101010110101100110000000100111010100001010010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACC0; }

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

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

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

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

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

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

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

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