Html Css Color HEX #D0A7BE Maverick

📋 copy color: '#D0A7BE'

red 208 ◦ green 167 ◦ blue 190

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

Shades of Maverick #D0A7BE

Tints of Maverick #D0A7BE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.56%

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 36.81%
G = 29.56%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0A7BE (or 0xD0A7BE) is known color: Maverick. HEX triplet: D0, A7 and BE. RGB value is (208,167,190). Sum of RGB (Red+Green+Blue) = 208+167+190=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7BE is #2F5841. Grayscale: #B5B5B5. Windows color (decimal): -3102786 or 12494800. OLE color: 12494800.

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

Color convert

RGB 208 167 190 -
CMYK 0 0.20 0.09 0.18
HSL 326.34º 0.3% 0.74% -
HSV(B) 326.34º 0.2% 0.82% -
XYZ 49.13 44.77 54.77 -
YUV 181.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 208 167 190 0 0.20 0.09 0.18 326.34 0.3 0.74
Hex D0 A7 BE 0 14 9 12 146 1E 4A
Octal 320 247 276 0 24 11 22 506 36 112
Binary 11010000 10100111 10111110 0 10100 1001 10010 101000110 11110 1001010

Color Harmonies of #D0A7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7BE

Black with #D0A7BE

Text Example


Text Example

White with #D0A7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7BE; }

 p { color: rgb(208,167,190); }

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

background-color css

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

 a { background-color: rgb(208,167,190); }

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

border-color css

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

 span { border-color: rgb(208,167,190); }

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