Html Css Color HEX #D0A2C0 Maverick

📋 copy color: '#D0A2C0'

red 208 ◦ green 162 ◦ blue 192

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

Shades of Maverick #D0A2C0

Tints of Maverick #D0A2C0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.83%

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

R = 37.01%
G = 28.83%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0A2C0 (or 0xD0A2C0) is known color: Maverick. HEX triplet: D0, A2 and C0. RGB value is (208,162,192). Sum of RGB (Red+Green+Blue) = 208+162+192=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2C0 is #2F5D3F. Grayscale: #B3B3B3. Windows color (decimal): -3104064 or 12624592. OLE color: 12624592.

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

Color convert

RGB 208 162 192 -
CMYK 0 0.22 0.08 0.18
HSL 320.87º 0.33% 0.73% -
HSV(B) 320.87º 0.22% 0.82% -
XYZ 48.45 43.06 55.63 -
YUV 179.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 208 162 192 0 0.22 0.08 0.18 320.87 0.33 0.73
Hex D0 A2 C0 0 16 8 12 141 21 49
Octal 320 242 300 0 26 10 22 501 41 111
Binary 11010000 10100010 11000000 0 10110 1000 10010 101000001 100001 1001001

Color Harmonies of #D0A2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A2C0

Black with #D0A2C0

Text Example


Text Example

White with #D0A2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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