Html Css Color HEX #D0A9BA Maverick

📋 copy color: '#D0A9BA'

red 208 ◦ green 169 ◦ blue 186

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

Shades of Maverick #D0A9BA

Tints of Maverick #D0A9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 36.94%
G = 30.02%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0A9BA (or 0xD0A9BA) is known color: Maverick. HEX triplet: D0, A9 and BA. RGB value is (208,169,186). Sum of RGB (Red+Green+Blue) = 208+169+186=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9BA is #2F5645. Grayscale: #B6B6B6. Windows color (decimal): -3102278 or 12233168. OLE color: 12233168.

HSL color Cylindrical-coordinate representation of color #D0A9BA: hue angle of 333.85º 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 #D0A9BA is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 169 186 -
CMYK 0 0.19 0.11 0.18
HSL 333.85º 0.29% 0.74% -
HSV(B) 333.85º 0.19% 0.82% -
XYZ 49.06 45.33 52.62 -
YUV 182.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 208 169 186 0 0.19 0.11 0.18 333.85 0.29 0.74
Hex D0 A9 BA 0 13 B 12 14E 1D 4A
Octal 320 251 272 0 23 13 22 516 35 112
Binary 11010000 10101001 10111010 0 10011 1011 10010 101001110 11101 1001010

Color Harmonies of #D0A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A9BA

Black with #D0A9BA

Text Example


Text Example

White with #D0A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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