Html Css Color HEX #D0A6BF Maverick

📋 copy color: '#D0A6BF'

red 208 ◦ green 166 ◦ blue 191

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

Shades of Maverick #D0A6BF

Tints of Maverick #D0A6BF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.38%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 36.81%
G = 29.38%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0A6BF (or 0xD0A6BF) is known color: Maverick. HEX triplet: D0, A6 and BF. RGB value is (208,166,191). Sum of RGB (Red+Green+Blue) = 208+166+191=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6BF is #2F5940. Grayscale: #B5B5B5. Windows color (decimal): -3103041 or 12560080. OLE color: 12560080.

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

Color convert

RGB 208 166 191 -
CMYK 0 0.20 0.08 0.18
HSL 324.29º 0.31% 0.73% -
HSV(B) 324.29º 0.2% 0.82% -
XYZ 49.05 44.44 55.28 -
YUV 181.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 208 166 191 0 0.20 0.08 0.18 324.29 0.31 0.73
Hex D0 A6 BF 0 14 8 12 144 1F 49
Octal 320 246 277 0 24 10 22 504 37 111
Binary 11010000 10100110 10111111 0 10100 1000 10010 101000100 11111 1001001

Color Harmonies of #D0A6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6BF

Black with #D0A6BF

Text Example


Text Example

White with #D0A6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6BF; }

 p { color: rgb(208,166,191); }

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

background-color css

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

 a { background-color: rgb(208,166,191); }

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

border-color css

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

 span { border-color: rgb(208,166,191); }

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