Html Css Color HEX #C7AEC1 Maverick

📋 copy color: '#C7AEC1'

red 199 ◦ green 174 ◦ blue 193

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

Shades of Maverick #C7AEC1

Tints of Maverick #C7AEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.74%

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

R = 35.16%
G = 30.74%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7AEC1 (or 0xC7AEC1) is known color: Maverick. HEX triplet: C7, AE and C1. RGB value is (199,174,193). Sum of RGB (Red+Green+Blue) = 199+174+193=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEC1 is #38513E. Grayscale: #B7B7B7. Windows color (decimal): -3690815 or 12693191. OLE color: 12693191.

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

Color convert

RGB 199 174 193 -
CMYK 0 0.13 0.03 0.22
HSL 314.4º 0.18% 0.73% -
HSV(B) 314.4º 0.13% 0.78% -
XYZ 48.31 46.26 56.84 -
YUV 183.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 199 174 193 0 0.13 0.03 0.22 314.4 0.18 0.73
Hex C7 AE C1 0 D 3 16 13A 12 49
Octal 307 256 301 0 15 3 26 472 22 111
Binary 11000111 10101110 11000001 0 1101 11 10110 100111010 10010 1001001

Color Harmonies of #C7AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEC1

Black with #C7AEC1

Text Example


Text Example

White with #C7AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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