Html Css Color HEX #D5A1BF Maverick

📋 copy color: '#D5A1BF'

red 213 ◦ green 161 ◦ blue 191

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

Shades of Maverick #D5A1BF

Tints of Maverick #D5A1BF

RGB

 RED value IS 213 (83.59% from 255) = 37.7%

 GREEN value IS 161 (63.28% from 255) = 28.5%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 37.7%
G = 28.5%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5A1BF (or 0xD5A1BF) is known color: Maverick. HEX triplet: D5, A1 and BF. RGB value is (213,161,191). Sum of RGB (Red+Green+Blue) = 213+161+191=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1BF is #2A5E40. Grayscale: #B3B3B3. Windows color (decimal): -2776641 or 12558805. OLE color: 12558805.

HSL color Cylindrical-coordinate representation of color #D5A1BF: hue angle of 325.38º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1BF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 161 191 -
CMYK 0 0.24 0.10 0.16
HSL 325.38º 0.38% 0.73% -
HSV(B) 325.38º 0.24% 0.84% -
XYZ 49.59 43.4 55.05 -
YUV 179.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 213 161 191 0 0.24 0.10 0.16 325.38 0.38 0.73
Hex D5 A1 BF 0 18 A 10 145 26 49
Octal 325 241 277 0 30 12 20 505 46 111
Binary 11010101 10100001 10111111 0 11000 1010 10000 101000101 100110 1001001

Color Harmonies of #D5A1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A1BF

Black with #D5A1BF

Text Example


Text Example

White with #D5A1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A1BF; }

 p { color: rgb(213,161,191); }

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

background-color css

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

 a { background-color: rgb(213,161,191); }

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

border-color css

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

 span { border-color: rgb(213,161,191); }

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