Html Css Color HEX #D6A6BF Maverick

📋 copy color: '#D6A6BF'

red 214 ◦ green 166 ◦ blue 191

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

Shades of Maverick #D6A6BF

Tints of Maverick #D6A6BF

RGB

 RED value IS 214 (83.98% from 255) = 37.48%

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

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

R = 37.48%
G = 29.07%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6A6BF (or 0xD6A6BF) is known color: Maverick. HEX triplet: D6, A6 and BF. RGB value is (214,166,191). Sum of RGB (Red+Green+Blue) = 214+166+191=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6BF is #295940. Grayscale: #B7B7B7. Windows color (decimal): -2709825 or 12560086. OLE color: 12560086.

HSL color Cylindrical-coordinate representation of color #D6A6BF: hue angle of 328.75º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A6BF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 191 -
CMYK 0 0.22 0.11 0.16
HSL 328.75º 0.37% 0.75% -
HSV(B) 328.75º 0.22% 0.84% -
XYZ 50.77 45.33 55.36 -
YUV 183.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 214 166 191 0 0.22 0.11 0.16 328.75 0.37 0.75
Hex D6 A6 BF 0 16 B 10 149 25 4B
Octal 326 246 277 0 26 13 20 511 45 113
Binary 11010110 10100110 10111111 0 10110 1011 10000 101001001 100101 1001011

Color Harmonies of #D6A6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6BF

Black with #D6A6BF

Text Example


Text Example

White with #D6A6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6BF; }

 p { color: rgb(214,166,191); }

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

background-color css

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

 a { background-color: rgb(214,166,191); }

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

border-color css

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

 span { border-color: rgb(214,166,191); }

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