Html Css Color HEX #C7ACC1 Maverick

📋 copy color: '#C7ACC1'

red 199 ◦ green 172 ◦ blue 193

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

Shades of Maverick #C7ACC1

Tints of Maverick #C7ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

 BLUE value IS 193 (75.78% from 255) = 34.22%

R = 35.28%
G = 30.5%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7ACC1 (or 0xC7ACC1) is known color: Maverick. HEX triplet: C7, AC and C1. RGB value is (199,172,193). Sum of RGB (Red+Green+Blue) = 199+172+193=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACC1 is #38533E. Grayscale: #B6B6B6. Windows color (decimal): -3691327 or 12692679. OLE color: 12692679.

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

Color convert

RGB 199 172 193 -
CMYK 0 0.14 0.03 0.22
HSL 313.33º 0.19% 0.73% -
HSV(B) 313.33º 0.14% 0.78% -
XYZ 47.93 45.5 56.71 -
YUV 182.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 199 172 193 0 0.14 0.03 0.22 313.33 0.19 0.73
Hex C7 AC C1 0 E 3 16 139 13 49
Octal 307 254 301 0 16 3 26 471 23 111
Binary 11000111 10101100 11000001 0 1110 11 10110 100111001 10011 1001001

Color Harmonies of #C7ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACC1

Black with #C7ACC1

Text Example


Text Example

White with #C7ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACC1; }

 p { color: rgb(199,172,193); }

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

background-color css

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

 a { background-color: rgb(199,172,193); }

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

border-color css

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

 span { border-color: rgb(199,172,193); }

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