Html Css Color HEX #D7A6CA Maverick

📋 copy color: '#D7A6CA'

red 215 ◦ green 166 ◦ blue 202

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

Shades of Maverick #D7A6CA

Tints of Maverick #D7A6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 36.88%
G = 28.47%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7A6CA (or 0xD7A6CA) is known color: Maverick. HEX triplet: D7, A6 and CA. RGB value is (215,166,202). Sum of RGB (Red+Green+Blue) = 215+166+202=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6CA is #285935. Grayscale: #B8B8B8. Windows color (decimal): -2644278 or 13280983. OLE color: 13280983.

HSL color Cylindrical-coordinate representation of color #D7A6CA: hue angle of 315.92º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7A6CA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 166 202 -
CMYK 0 0.23 0.06 0.16
HSL 315.92º 0.38% 0.75% -
HSV(B) 315.92º 0.23% 0.84% -
XYZ 52.32 45.98 62 -
YUV 184.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 215 166 202 0 0.23 0.06 0.16 315.92 0.38 0.75
Hex D7 A6 CA 0 17 6 10 13C 26 4B
Octal 327 246 312 0 27 6 20 474 46 113
Binary 11010111 10100110 11001010 0 10111 110 10000 100111100 100110 1001011

Color Harmonies of #D7A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A6CA

Black with #D7A6CA

Text Example


Text Example

White with #D7A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A6CA; }

 p { color: rgb(215,166,202); }

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

background-color css

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

 a { background-color: rgb(215,166,202); }

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

border-color css

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

 span { border-color: rgb(215,166,202); }

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