Html Css Color HEX #D3ACBE Maverick

📋 copy color: '#D3ACBE'

red 211 ◦ green 172 ◦ blue 190

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

Shades of Maverick #D3ACBE

Tints of Maverick #D3ACBE

RGB

 RED value IS 211 (82.81% from 255) = 36.82%

 GREEN value IS 172 (67.58% from 255) = 30.02%

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

R = 36.82%
G = 30.02%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3ACBE (or 0xD3ACBE) is known color: Maverick. HEX triplet: D3, AC and BE. RGB value is (211,172,190). Sum of RGB (Red+Green+Blue) = 211+172+190=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACBE is #2C5341. Grayscale: #B9B9B9. Windows color (decimal): -2904898 or 12496083. OLE color: 12496083.

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

Color convert

RGB 211 172 190 -
CMYK 0 0.18 0.10 0.17
HSL 332.31º 0.31% 0.75% -
HSV(B) 332.31º 0.18% 0.83% -
XYZ 50.91 47.07 55.12 -
YUV 185.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 211 172 190 0 0.18 0.10 0.17 332.31 0.31 0.75
Hex D3 AC BE 0 12 A 11 14C 1F 4B
Octal 323 254 276 0 22 12 21 514 37 113
Binary 11010011 10101100 10111110 0 10010 1010 10001 101001100 11111 1001011

Color Harmonies of #D3ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACBE

Black with #D3ACBE

Text Example


Text Example

White with #D3ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACBE; }

 p { color: rgb(211,172,190); }

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

background-color css

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

 a { background-color: rgb(211,172,190); }

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

border-color css

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

 span { border-color: rgb(211,172,190); }

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