Html Css Color HEX #C7AEC0 Maverick

📋 copy color: '#C7AEC0'

red 199 ◦ green 174 ◦ blue 192

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

Shades of Maverick #C7AEC0

Tints of Maverick #C7AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.98%

R = 35.22%
G = 30.8%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7AEC0 (or 0xC7AEC0) is known color: Maverick. HEX triplet: C7, AE and C0. RGB value is (199,174,192). Sum of RGB (Red+Green+Blue) = 199+174+192=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEC0 is #38513F. Grayscale: #B7B7B7. Windows color (decimal): -3690816 or 12627655. OLE color: 12627655.

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

Color convert

RGB 199 174 192 -
CMYK 0 0.13 0.04 0.22
HSL 316.8º 0.18% 0.73% -
HSV(B) 316.8º 0.13% 0.78% -
XYZ 48.2 46.22 56.25 -
YUV 183.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 199 174 192 0 0.13 0.04 0.22 316.8 0.18 0.73
Hex C7 AE C0 0 D 4 16 13D 12 49
Octal 307 256 300 0 15 4 26 475 22 111
Binary 11000111 10101110 11000000 0 1101 100 10110 100111101 10010 1001001

Color Harmonies of #C7AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEC0

Black with #C7AEC0

Text Example


Text Example

White with #C7AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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