Html Css Color HEX #D6A6C2 Maverick

📋 copy color: '#D6A6C2'

red 214 ◦ green 166 ◦ blue 194

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

Shades of Maverick #D6A6C2

Tints of Maverick #D6A6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.8%

R = 37.28%
G = 28.92%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D6A6C2 (or 0xD6A6C2) is known color: Maverick. HEX triplet: D6, A6 and C2. RGB value is (214,166,194). Sum of RGB (Red+Green+Blue) = 214+166+194=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6C2 is #29593D. Grayscale: #B7B7B7. Windows color (decimal): -2709822 or 12756694. OLE color: 12756694.

HSL color Cylindrical-coordinate representation of color #D6A6C2: hue angle of 325º 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 #D6A6C2 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 194 -
CMYK 0 0.22 0.09 0.16
HSL 325º 0.37% 0.75% -
HSV(B) 325º 0.22% 0.84% -
XYZ 51.11 45.46 57.12 -
YUV 183.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 214 166 194 0 0.22 0.09 0.16 325 0.37 0.75
Hex D6 A6 C2 0 16 9 10 145 25 4B
Octal 326 246 302 0 26 11 20 505 45 113
Binary 11010110 10100110 11000010 0 10110 1001 10000 101000101 100101 1001011

Color Harmonies of #D6A6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6C2

Black with #D6A6C2

Text Example


Text Example

White with #D6A6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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