Html Css Color HEX #D1A8BA Maverick

📋 copy color: '#D1A8BA'

red 209 ◦ green 168 ◦ blue 186

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

Shades of Maverick #D1A8BA

Tints of Maverick #D1A8BA

RGB

 RED value IS 209 (82.03% from 255) = 37.12%

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

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

R = 37.12%
G = 29.84%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1A8BA (or 0xD1A8BA) is known color: Maverick. HEX triplet: D1, A8 and BA. RGB value is (209,168,186). Sum of RGB (Red+Green+Blue) = 209+168+186=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8BA is #2E5745. Grayscale: #B6B6B6. Windows color (decimal): -3036998 or 12232913. OLE color: 12232913.

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

Color convert

RGB 209 168 186 -
CMYK 0 0.20 0.11 0.18
HSL 333.66º 0.31% 0.74% -
HSV(B) 333.66º 0.2% 0.82% -
XYZ 49.16 45.11 52.57 -
YUV 182.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 209 168 186 0 0.20 0.11 0.18 333.66 0.31 0.74
Hex D1 A8 BA 0 14 B 12 14E 1F 4A
Octal 321 250 272 0 24 13 22 516 37 112
Binary 11010001 10101000 10111010 0 10100 1011 10010 101001110 11111 1001010

Color Harmonies of #D1A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8BA

Black with #D1A8BA

Text Example


Text Example

White with #D1A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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