Html Css Color HEX #C7AAC1 Maverick

📋 copy color: '#C7AAC1'

red 199 ◦ green 170 ◦ blue 193

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

Shades of Maverick #C7AAC1

Tints of Maverick #C7AAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.25%

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

R = 35.41%
G = 30.25%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7AAC1 (or 0xC7AAC1) is known color: Maverick. HEX triplet: C7, AA and C1. RGB value is (199,170,193). Sum of RGB (Red+Green+Blue) = 199+170+193=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAC1 is #38553E. Grayscale: #B5B5B5. Windows color (decimal): -3691839 or 12692167. OLE color: 12692167.

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

Color convert

RGB 199 170 193 -
CMYK 0 0.15 0.03 0.22
HSL 312.41º 0.21% 0.72% -
HSV(B) 312.41º 0.15% 0.78% -
XYZ 47.55 44.74 56.58 -
YUV 181.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 199 170 193 0 0.15 0.03 0.22 312.41 0.21 0.72
Hex C7 AA C1 0 F 3 16 138 15 48
Octal 307 252 301 0 17 3 26 470 25 110
Binary 11000111 10101010 11000001 0 1111 11 10110 100111000 10101 1001000

Color Harmonies of #C7AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAC1

Black with #C7AAC1

Text Example


Text Example

White with #C7AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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