Html Css Color HEX #D0A5C0 Maverick

📋 copy color: '#D0A5C0'

red 208 ◦ green 165 ◦ blue 192

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

Shades of Maverick #D0A5C0

Tints of Maverick #D0A5C0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.2%

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

R = 36.81%
G = 29.2%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0A5C0 (or 0xD0A5C0) is known color: Maverick. HEX triplet: D0, A5 and C0. RGB value is (208,165,192). Sum of RGB (Red+Green+Blue) = 208+165+192=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5C0 is #2F5A3F. Grayscale: #B4B4B4. Windows color (decimal): -3103296 or 12625360. OLE color: 12625360.

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

Color convert

RGB 208 165 192 -
CMYK 0 0.21 0.08 0.18
HSL 322.33º 0.31% 0.73% -
HSV(B) 322.33º 0.21% 0.82% -
XYZ 48.98 44.13 55.8 -
YUV 180.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 208 165 192 0 0.21 0.08 0.18 322.33 0.31 0.73
Hex D0 A5 C0 0 15 8 12 142 1F 49
Octal 320 245 300 0 25 10 22 502 37 111
Binary 11010000 10100101 11000000 0 10101 1000 10010 101000010 11111 1001001

Color Harmonies of #D0A5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A5C0

Black with #D0A5C0

Text Example


Text Example

White with #D0A5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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