Html Css Color HEX #D7A3C2 Maverick

📋 copy color: '#D7A3C2'

red 215 ◦ green 163 ◦ blue 194

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

Shades of Maverick #D7A3C2

Tints of Maverick #D7A3C2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.5%

 BLUE value IS 194 (76.17% from 255) = 33.92%

R = 37.59%
G = 28.5%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D7A3C2 (or 0xD7A3C2) is known color: Maverick. HEX triplet: D7, A3 and C2. RGB value is (215,163,194). Sum of RGB (Red+Green+Blue) = 215+163+194=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3C2 is #285C3D. Grayscale: #B6B6B6. Windows color (decimal): -2645054 or 12755927. OLE color: 12755927.

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

Color convert

RGB 215 163 194 -
CMYK 0 0.24 0.10 0.16
HSL 324.23º 0.39% 0.74% -
HSV(B) 324.23º 0.24% 0.84% -
XYZ 50.86 44.54 56.95 -
YUV 182.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 215 163 194 0 0.24 0.10 0.16 324.23 0.39 0.74
Hex D7 A3 C2 0 18 A 10 144 27 4A
Octal 327 243 302 0 30 12 20 504 47 112
Binary 11010111 10100011 11000010 0 11000 1010 10000 101000100 100111 1001010

Color Harmonies of #D7A3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A3C2

Black with #D7A3C2

Text Example


Text Example

White with #D7A3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A3C2; }

 p { color: rgb(215,163,194); }

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

background-color css

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

 a { background-color: rgb(215,163,194); }

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

border-color css

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

 span { border-color: rgb(215,163,194); }

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