Html Css Color HEX #D4ACC0 Maverick

📋 copy color: '#D4ACC0'

red 212 ◦ green 172 ◦ blue 192

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

Shades of Maverick #D4ACC0

Tints of Maverick #D4ACC0

RGB

 RED value IS 212 (83.2% from 255) = 36.81%

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

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 36.81%
G = 29.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D4ACC0 (or 0xD4ACC0) is known color: Maverick. HEX triplet: D4, AC and C0. RGB value is (212,172,192). Sum of RGB (Red+Green+Blue) = 212+172+192=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACC0 is #2B533F. Grayscale: #BABABA. Windows color (decimal): -2839360 or 12627156. OLE color: 12627156.

HSL color Cylindrical-coordinate representation of color #D4ACC0: hue angle of 330º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ACC0 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 192 -
CMYK 0 0.19 0.09 0.17
HSL 330º 0.32% 0.75% -
HSV(B) 330º 0.19% 0.83% -
XYZ 51.42 47.31 56.29 -
YUV 186.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 212 172 192 0 0.19 0.09 0.17 330 0.32 0.75
Hex D4 AC C0 0 13 9 11 14A 20 4B
Octal 324 254 300 0 23 11 21 512 40 113
Binary 11010100 10101100 11000000 0 10011 1001 10001 101001010 100000 1001011

Color Harmonies of #D4ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACC0

Black with #D4ACC0

Text Example


Text Example

White with #D4ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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