Html Css Color HEX #D8A6C1 Maverick

📋 copy color: '#D8A6C1'

red 216 ◦ green 166 ◦ blue 193

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

Shades of Maverick #D8A6C1

Tints of Maverick #D8A6C1

RGB

 RED value IS 216 (84.77% from 255) = 37.57%

 GREEN value IS 166 (65.23% from 255) = 28.87%

 BLUE value IS 193 (75.78% from 255) = 33.57%

R = 37.57%
G = 28.87%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D8A6C1 (or 0xD8A6C1) is known color: Maverick. HEX triplet: D8, A6 and C1. RGB value is (216,166,193). Sum of RGB (Red+Green+Blue) = 216+166+193=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A6C1 is #27593E. Grayscale: #B7B7B7. Windows color (decimal): -2578751 or 12691160. OLE color: 12691160.

HSL color Cylindrical-coordinate representation of color #D8A6C1: hue angle of 327.6º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A6C1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 193 -
CMYK 0 0.23 0.11 0.15
HSL 327.6º 0.39% 0.75% -
HSV(B) 327.6º 0.23% 0.85% -
XYZ 51.58 45.72 56.56 -
YUV 184.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 216 166 193 0 0.23 0.11 0.15 327.6 0.39 0.75
Hex D8 A6 C1 0 17 B F 148 27 4B
Octal 330 246 301 0 27 13 17 510 47 113
Binary 11011000 10100110 11000001 0 10111 1011 1111 101001000 100111 1001011

Color Harmonies of #D8A6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6C1

Black with #D8A6C1

Text Example


Text Example

White with #D8A6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6C1; }

 p { color: rgb(216,166,193); }

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

background-color css

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

 a { background-color: rgb(216,166,193); }

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

border-color css

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

 span { border-color: rgb(216,166,193); }

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