Html Css Color HEX #D0A9BE Maverick

📋 copy color: '#D0A9BE'

red 208 ◦ green 169 ◦ blue 190

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

Shades of Maverick #D0A9BE

Tints of Maverick #D0A9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.81%

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

R = 36.68%
G = 29.81%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0A9BE (or 0xD0A9BE) is known color: Maverick. HEX triplet: D0, A9 and BE. RGB value is (208,169,190). Sum of RGB (Red+Green+Blue) = 208+169+190=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9BE is #2F5641. Grayscale: #B7B7B7. Windows color (decimal): -3102274 or 12495312. OLE color: 12495312.

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

Color convert

RGB 208 169 190 -
CMYK 0 0.19 0.09 0.18
HSL 327.69º 0.29% 0.74% -
HSV(B) 327.69º 0.19% 0.82% -
XYZ 49.49 45.5 54.89 -
YUV 183.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 208 169 190 0 0.19 0.09 0.18 327.69 0.29 0.74
Hex D0 A9 BE 0 13 9 12 148 1D 4A
Octal 320 251 276 0 23 11 22 510 35 112
Binary 11010000 10101001 10111110 0 10011 1001 10010 101001000 11101 1001010

Color Harmonies of #D0A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A9BE

Black with #D0A9BE

Text Example


Text Example

White with #D0A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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