Html Css Color HEX #D4A1BE Maverick

📋 copy color: '#D4A1BE'

red 212 ◦ green 161 ◦ blue 190

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

Shades of Maverick #D4A1BE

Tints of Maverick #D4A1BE

RGB

 RED value IS 212 (83.2% from 255) = 37.66%

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

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

R = 37.66%
G = 28.6%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4A1BE (or 0xD4A1BE) is known color: Maverick. HEX triplet: D4, A1 and BE. RGB value is (212,161,190). Sum of RGB (Red+Green+Blue) = 212+161+190=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1BE is #2B5E41. Grayscale: #B3B3B3. Windows color (decimal): -2842178 or 12493268. OLE color: 12493268.

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

Color convert

RGB 212 161 190 -
CMYK 0 0.24 0.10 0.17
HSL 325.88º 0.37% 0.73% -
HSV(B) 325.88º 0.24% 0.83% -
XYZ 49.19 43.2 54.46 -
YUV 179.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 212 161 190 0 0.24 0.10 0.17 325.88 0.37 0.73
Hex D4 A1 BE 0 18 A 11 146 25 49
Octal 324 241 276 0 30 12 21 506 45 111
Binary 11010100 10100001 10111110 0 11000 1010 10001 101000110 100101 1001001

Color Harmonies of #D4A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A1BE

Black with #D4A1BE

Text Example


Text Example

White with #D4A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A1BE; }

 p { color: rgb(212,161,190); }

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

background-color css

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

 a { background-color: rgb(212,161,190); }

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

border-color css

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

 span { border-color: rgb(212,161,190); }

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