Html Css Color HEX #D0ACC0 Maverick

📋 copy color: '#D0ACC0'

red 208 ◦ green 172 ◦ blue 192

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

Shades of Maverick #D0ACC0

Tints of Maverick #D0ACC0

RGB

 RED value IS 208 (81.64% from 255) = 36.36%

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

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

R = 36.36%
G = 30.07%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0ACC0 (or 0xD0ACC0) is known color: Maverick. HEX triplet: D0, AC and C0. RGB value is (208,172,192). Sum of RGB (Red+Green+Blue) = 208+172+192=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACC0 is #2F533F. Grayscale: #B9B9B9. Windows color (decimal): -3101504 or 12627152. OLE color: 12627152.

HSL color Cylindrical-coordinate representation of color #D0ACC0: hue angle of 326.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ACC0 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 172 192 -
CMYK 0 0.17 0.08 0.18
HSL 326.67º 0.28% 0.75% -
HSV(B) 326.67º 0.17% 0.82% -
XYZ 50.28 46.72 56.24 -
YUV 185.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 208 172 192 0 0.17 0.08 0.18 326.67 0.28 0.75
Hex D0 AC C0 0 11 8 12 147 1C 4B
Octal 320 254 300 0 21 10 22 507 34 113
Binary 11010000 10101100 11000000 0 10001 1000 10010 101000111 11100 1001011

Color Harmonies of #D0ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACC0

Black with #D0ACC0

Text Example


Text Example

White with #D0ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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