Html Css Color HEX #D6A0C8 Maverick

📋 copy color: '#D6A0C8'

red 214 ◦ green 160 ◦ blue 200

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

Shades of Maverick #D6A0C8

Tints of Maverick #D6A0C8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.87%

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

R = 37.28%
G = 27.87%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6A0C8 (or 0xD6A0C8) is known color: Maverick. HEX triplet: D6, A0 and C8. RGB value is (214,160,200). Sum of RGB (Red+Green+Blue) = 214+160+200=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0C8 is #295F37. Grayscale: #B4B4B4. Windows color (decimal): -2711352 or 13148374. OLE color: 13148374.

HSL color Cylindrical-coordinate representation of color #D6A0C8: hue angle of 315.56º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0C8 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 200 -
CMYK 0 0.25 0.07 0.16
HSL 315.56º 0.4% 0.73% -
HSV(B) 315.56º 0.25% 0.84% -
XYZ 50.73 43.61 60.39 -
YUV 180.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 214 160 200 0 0.25 0.07 0.16 315.56 0.4 0.73
Hex D6 A0 C8 0 19 7 10 13C 28 49
Octal 326 240 310 0 31 7 20 474 50 111
Binary 11010110 10100000 11001000 0 11001 111 10000 100111100 101000 1001001

Color Harmonies of #D6A0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0C8

Black with #D6A0C8

Text Example


Text Example

White with #D6A0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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