#D7ACCA

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

Shades of Maverick #D7ACCA

Tints of Maverick #D7ACCA

Color information

#D7ACCA (or 0xD7ACCA) is unknown color: approx Maverick. HEX triplet: D7, AC and CA. RGB value is (215,172,202). Sum of RGB (Red+Green+Blue) = 215+172+202=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACCA is #285335. Grayscale: #BCBCBC. Windows color (decimal): -2642742 or 13282519. OLE color: 13282519.

HSL color Cylindrical-coordinate representation of color #D7ACCA: hue angle of 318.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACCA is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215172202-
CMYK00.20.060.16
HSL318.14º34.96%75.88%-
HSV(B)318.14º20%84.31%-
XYZ53.4448.2262.37-
YUV188.28135.75147.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=36.50%
G=29.20%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517220200.20.060.16318.1434.9675.88
HexD7ACCA01461013e234c
Octal32725431202462047643114
Binary110101111010110011001010010100110100001001111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACCA; }

 p { color: rgb(215,172,202); }

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

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

 a { background-color: rgb(215,172,202); }

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

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

 span { border-color: rgb(215,172,202); }

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