Html Css Color HEX #D0A6BE Maverick

📋 copy color: '#D0A6BE'

red 208 ◦ green 166 ◦ blue 190

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

Shades of Maverick #D0A6BE

Tints of Maverick #D0A6BE

RGB

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

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

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

R = 36.88%
G = 29.43%
B = 33.69%

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

#D0A6BE (or 0xD0A6BE) is known color: Maverick. HEX triplet: D0, A6 and BE. RGB value is (208,166,190). Sum of RGB (Red+Green+Blue) = 208+166+190=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6BE is #2F5941. Grayscale: #B5B5B5. Windows color (decimal): -3103042 or 12494544. OLE color: 12494544.

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

Color convert

RGB 208 166 190 -
CMYK 0 0.20 0.09 0.18
HSL 325.71º 0.31% 0.73% -
HSV(B) 325.71º 0.2% 0.82% -
XYZ 48.94 44.4 54.71 -
YUV 181.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 208 166 190 0 0.20 0.09 0.18 325.71 0.31 0.73
Hex D0 A6 BE 0 14 9 12 146 1F 49
Octal 320 246 276 0 24 11 22 506 37 111
Binary 11010000 10100110 10111110 0 10100 1001 10010 101000110 11111 1001001

Color Harmonies of #D0A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6BE

Black with #D0A6BE

Text Example


Text Example

White with #D0A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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