Html Css Color HEX #C7ACC2 Maverick

📋 copy color: '#C7ACC2'

red 199 ◦ green 172 ◦ blue 194

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

Shades of Maverick #C7ACC2

Tints of Maverick #C7ACC2

RGB

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

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

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

R = 35.22%
G = 30.44%
B = 34.34%

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

#C7ACC2 (or 0xC7ACC2) is known color: Maverick. HEX triplet: C7, AC and C2. RGB value is (199,172,194). Sum of RGB (Red+Green+Blue) = 199+172+194=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACC2 is #38533D. Grayscale: #B6B6B6. Windows color (decimal): -3691326 or 12758215. OLE color: 12758215.

HSL color Cylindrical-coordinate representation of color #C7ACC2: hue angle of 311.11º 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 #C7ACC2 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 172 194 -
CMYK 0 0.14 0.03 0.22
HSL 311.11º 0.19% 0.73% -
HSV(B) 311.11º 0.14% 0.78% -
XYZ 48.04 45.54 57.3 -
YUV 182.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 199 172 194 0 0.14 0.03 0.22 311.11 0.19 0.73
Hex C7 AC C2 0 E 3 16 137 13 49
Octal 307 254 302 0 16 3 26 467 23 111
Binary 11000111 10101100 11000010 0 1110 11 10110 100110111 10011 1001001

Color Harmonies of #C7ACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACC2

Black with #C7ACC2

Text Example


Text Example

White with #C7ACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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