Html Css Color HEX #D6A0C7 Maverick

📋 copy color: '#D6A0C7'

red 214 ◦ green 160 ◦ blue 199

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

Shades of Maverick #D6A0C7

Tints of Maverick #D6A0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.73%

R = 37.35%
G = 27.92%
B = 34.73%

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

#D6A0C7 (or 0xD6A0C7) is known color: Maverick. HEX triplet: D6, A0 and C7. RGB value is (214,160,199). Sum of RGB (Red+Green+Blue) = 214+160+199=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0C7 is #295F38. Grayscale: #B4B4B4. Windows color (decimal): -2711353 or 13082838. OLE color: 13082838.

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

Color convert

RGB 214 160 199 -
CMYK 0 0.25 0.07 0.16
HSL 316.67º 0.4% 0.73% -
HSV(B) 316.67º 0.25% 0.84% -
XYZ 50.61 43.56 59.77 -
YUV 180.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 214 160 199 0 0.25 0.07 0.16 316.67 0.4 0.73
Hex D6 A0 C7 0 19 7 10 13D 28 49
Octal 326 240 307 0 31 7 20 475 50 111
Binary 11010110 10100000 11000111 0 11001 111 10000 100111101 101000 1001001

Color Harmonies of #D6A0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0C7

Black with #D6A0C7

Text Example


Text Example

White with #D6A0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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