#C7AEC3

Color #C7AEC3 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C7AEC3

Tints of Maverick #C7AEC3

Color information

#C7AEC3 (or 0xC7AEC3) is unknown color: approx Maverick. HEX triplet: C7, AE and C3. RGB value is (199,174,195). Sum of RGB (Red+Green+Blue) = 199+174+195=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEC3 is #38513C. Grayscale: #B7B7B7. Windows color (decimal): -3690813 or 12824263. OLE color: 12824263.

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

Color convert

RGB199174195-
CMYK00.130.020.22
HSL309.6º18.25%73.14%-
HSV(B)309.6º12.56%78.04%-
XYZ48.5446.3558.02-
YUV183.87134.28138.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.04%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 195 (76.56% from 255) = 34.33%
R=35.04%
G=30.63%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917419500.130.020.22309.618.2573.14
HexC7AEC30D2161361249
Octal30725630301522646622111
Binary110001111010111011000011011011010110100110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEC3; }

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

 H1.HeaderClassName
 {
   color: #C7AEC3;
 }
 .AnyTagClassName
 {
   color: #C7AEC3;
 }
</style>
background-color css

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

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

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

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

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

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