Html Css Color HEX #D6A6C8 Maverick

📋 copy color: '#D6A6C8'

red 214 ◦ green 166 ◦ blue 200

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

Shades of Maverick #D6A6C8

Tints of Maverick #D6A6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 36.9%
G = 28.62%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6A6C8 (or 0xD6A6C8) is known color: Maverick. HEX triplet: D6, A6 and C8. RGB value is (214,166,200). Sum of RGB (Red+Green+Blue) = 214+166+200=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6C8 is #295937. Grayscale: #B8B8B8. Windows color (decimal): -2709816 or 13149910. OLE color: 13149910.

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

Color convert

RGB 214 166 200 -
CMYK 0 0.22 0.07 0.16
HSL 317.5º 0.37% 0.75% -
HSV(B) 317.5º 0.22% 0.84% -
XYZ 51.79 45.74 60.74 -
YUV 184.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 214 166 200 0 0.22 0.07 0.16 317.5 0.37 0.75
Hex D6 A6 C8 0 16 7 10 13E 25 4B
Octal 326 246 310 0 26 7 20 476 45 113
Binary 11010110 10100110 11001000 0 10110 111 10000 100111110 100101 1001011

Color Harmonies of #D6A6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6C8

Black with #D6A6C8

Text Example


Text Example

White with #D6A6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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