Html Css Color HEX #D7A0C7 Maverick

📋 copy color: '#D7A0C7'

red 215 ◦ green 160 ◦ blue 199

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

Shades of Maverick #D7A0C7

Tints of Maverick #D7A0C7

RGB

 RED value IS 215 (84.38% from 255) = 37.46%

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

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

R = 37.46%
G = 27.87%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7A0C7 (or 0xD7A0C7) is known color: Maverick. HEX triplet: D7, A0 and C7. RGB value is (215,160,199). Sum of RGB (Red+Green+Blue) = 215+160+199=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0C7 is #285F38. Grayscale: #B4B4B4. Windows color (decimal): -2645817 or 13082839. OLE color: 13082839.

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

Color convert

RGB 215 160 199 -
CMYK 0 0.26 0.07 0.16
HSL 317.45º 0.41% 0.74% -
HSV(B) 317.45º 0.26% 0.84% -
XYZ 50.9 43.71 59.79 -
YUV 180.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 215 160 199 0 0.26 0.07 0.16 317.45 0.41 0.74
Hex D7 A0 C7 0 1A 7 10 13D 29 4A
Octal 327 240 307 0 32 7 20 475 51 112
Binary 11010111 10100000 11000111 0 11010 111 10000 100111101 101001 1001010

Color Harmonies of #D7A0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A0C7

Black with #D7A0C7

Text Example


Text Example

White with #D7A0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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