Html Css Color HEX #D7ACC7 Maverick

📋 copy color: '#D7ACC7'

red 215 ◦ green 172 ◦ blue 199

#D7ACC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D7ACC7

Tints of Maverick #D7ACC7

RGB

 RED value IS 215 (84.38% from 255) = 36.69%

 GREEN value IS 172 (67.58% from 255) = 29.35%

 BLUE value IS 199 (78.13% from 255) = 33.96%

R = 36.69%
G = 29.35%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7ACC7 (or 0xD7ACC7) is known color: Maverick. HEX triplet: D7, AC and C7. RGB value is (215,172,199). Sum of RGB (Red+Green+Blue) = 215+172+199=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACC7 is #285338. Grayscale: #BBBBBB. Windows color (decimal): -2642745 or 13085911. OLE color: 13085911.

HSL color Cylindrical-coordinate representation of color #D7ACC7: hue angle of 322.33º 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 #D7ACC7 is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 172 199 -
CMYK 0 0.2 0.07 0.16
HSL 322.33º 0.35% 0.76% -
HSV(B) 322.33º 0.2% 0.84% -
XYZ 53.09 48.08 60.51 -
YUV 187.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 215 172 199 0 0.2 0.07 0.16 322.33 0.35 0.76
Hex D7 AC C7 0 14 7 10 142 23 4C
Octal 327 254 307 0 24 7 20 502 43 114
Binary 11010111 10101100 11000111 0 10100 111 10000 101000010 100011 1001100

Color Harmonies of #D7ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACC7

Black with #D7ACC7

Text Example


Text Example

White with #D7ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACC7; }

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

 H1.HeaderClassName
 {
   color: #D7ACC7;
 }
 .AnyTagClassName
 {
   color: #D7ACC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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