Html Css Color HEX #D2A8BA Maverick

📋 copy color: '#D2A8BA'

red 210 ◦ green 168 ◦ blue 186

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

Shades of Maverick #D2A8BA

Tints of Maverick #D2A8BA

RGB

 RED value IS 210 (82.42% from 255) = 37.23%

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

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

R = 37.23%
G = 29.79%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D2A8BA (or 0xD2A8BA) is known color: Maverick. HEX triplet: D2, A8 and BA. RGB value is (210,168,186). Sum of RGB (Red+Green+Blue) = 210+168+186=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8BA is #2D5745. Grayscale: #B6B6B6. Windows color (decimal): -2971462 or 12232914. OLE color: 12232914.

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

Color convert

RGB 210 168 186 -
CMYK 0 0.2 0.11 0.18
HSL 334.29º 0.32% 0.74% -
HSV(B) 334.29º 0.2% 0.82% -
XYZ 49.44 45.25 52.58 -
YUV 182.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 210 168 186 0 0.2 0.11 0.18 334.29 0.32 0.74
Hex D2 A8 BA 0 14 B 12 14E 20 4A
Octal 322 250 272 0 24 13 22 516 40 112
Binary 11010010 10101000 10111010 0 10100 1011 10010 101001110 100000 1001010

Color Harmonies of #D2A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A8BA

Black with #D2A8BA

Text Example


Text Example

White with #D2A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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