Html Css Color HEX #D0A4BC Maverick

📋 copy color: '#D0A4BC'

red 208 ◦ green 164 ◦ blue 188

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

Shades of Maverick #D0A4BC

Tints of Maverick #D0A4BC

RGB

 RED value IS 208 (81.64% from 255) = 37.14%

 GREEN value IS 164 (64.45% from 255) = 29.29%

 BLUE value IS 188 (73.83% from 255) = 33.57%

R = 37.14%
G = 29.29%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D0A4BC (or 0xD0A4BC) is known color: Maverick. HEX triplet: D0, A4 and BC. RGB value is (208,164,188). Sum of RGB (Red+Green+Blue) = 208+164+188=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4BC is #2F5B43. Grayscale: #B3B3B3. Windows color (decimal): -3103556 or 12362960. OLE color: 12362960.

HSL color Cylindrical-coordinate representation of color #D0A4BC: hue angle of 327.27º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4BC is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 164 188 -
CMYK 0 0.21 0.10 0.18
HSL 327.27º 0.32% 0.73% -
HSV(B) 327.27º 0.21% 0.82% -
XYZ 48.36 43.59 53.44 -
YUV 179.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 208 164 188 0 0.21 0.10 0.18 327.27 0.32 0.73
Hex D0 A4 BC 0 15 A 12 147 20 49
Octal 320 244 274 0 25 12 22 507 40 111
Binary 11010000 10100100 10111100 0 10101 1010 10010 101000111 100000 1001001

Color Harmonies of #D0A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A4BC

Black with #D0A4BC

Text Example


Text Example

White with #D0A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A4BC; }

 p { color: rgb(208,164,188); }

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

background-color css

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

 a { background-color: rgb(208,164,188); }

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

border-color css

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

 span { border-color: rgb(208,164,188); }

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