Html Css Color HEX #C7A3BF Maverick

📋 copy color: '#C7A3BF'

red 199 ◦ green 163 ◦ blue 191

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

Shades of Maverick #C7A3BF

Tints of Maverick #C7A3BF

RGB

 RED value IS 199 (78.13% from 255) = 35.99%

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

 BLUE value IS 191 (75% from 255) = 34.54%

R = 35.99%
G = 29.48%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7A3BF (or 0xC7A3BF) is known color: Maverick. HEX triplet: C7, A3 and BF. RGB value is (199,163,191). Sum of RGB (Red+Green+Blue) = 199+163+191=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A3BF is #385C40. Grayscale: #B0B0B0. Windows color (decimal): -3693633 or 12559303. OLE color: 12559303.

HSL color Cylindrical-coordinate representation of color #C7A3BF: hue angle of 313.33º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7A3BF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 191 -
CMYK 0 0.18 0.04 0.22
HSL 313.33º 0.24% 0.71% -
HSV(B) 313.33º 0.18% 0.78% -
XYZ 46.05 42.1 54.99 -
YUV 176.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 199 163 191 0 0.18 0.04 0.22 313.33 0.24 0.71
Hex C7 A3 BF 0 12 4 16 139 18 47
Octal 307 243 277 0 22 4 26 471 30 107
Binary 11000111 10100011 10111111 0 10010 100 10110 100111001 11000 1000111

Color Harmonies of #C7A3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A3BF

Black with #C7A3BF

Text Example


Text Example

White with #C7A3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A3BF; }

 p { color: rgb(199,163,191); }

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

background-color css

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

 a { background-color: rgb(199,163,191); }

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

border-color css

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

 span { border-color: rgb(199,163,191); }

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