Html Css Color HEX #D0A8BA Maverick

📋 copy color: '#D0A8BA'

red 208 ◦ green 168 ◦ blue 186

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

Shades of Maverick #D0A8BA

Tints of Maverick #D0A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.89%

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

R = 37.01%
G = 29.89%
B = 33.1%

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

#D0A8BA (or 0xD0A8BA) is known color: Maverick. HEX triplet: D0, A8 and BA. RGB value is (208,168,186). Sum of RGB (Red+Green+Blue) = 208+168+186=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8BA is #2F5745. Grayscale: #B5B5B5. Windows color (decimal): -3102534 or 12232912. OLE color: 12232912.

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

Color convert

RGB 208 168 186 -
CMYK 0 0.19 0.11 0.18
HSL 333º 0.3% 0.74% -
HSV(B) 333º 0.19% 0.82% -
XYZ 48.88 44.96 52.56 -
YUV 182.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 208 168 186 0 0.19 0.11 0.18 333 0.3 0.74
Hex D0 A8 BA 0 13 B 12 14D 1E 4A
Octal 320 250 272 0 23 13 22 515 36 112
Binary 11010000 10101000 10111010 0 10011 1011 10010 101001101 11110 1001010

Color Harmonies of #D0A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8BA

Black with #D0A8BA

Text Example


Text Example

White with #D0A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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