#C7AEB8

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

Shades of Maverick #C7AEB8

Tints of Maverick #C7AEB8

Color information

#C7AEB8 (or 0xC7AEB8) is unknown color: approx Maverick. HEX triplet: C7, AE and B8. RGB value is (199,174,184). Sum of RGB (Red+Green+Blue) = 199+174+184=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEB8 is #385147. Grayscale: #B6B6B6. Windows color (decimal): -3690824 or 12103367. OLE color: 12103367.

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

Color convert

RGB199174184-
CMYK00.130.080.22
HSL336º18.25%73.14%-
HSV(B)336º12.56%78.04%-
XYZ47.3445.8751.71-
YUV182.61128.78139.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.73%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=35.73%
G=31.24%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917418400.130.080.2233618.2573.14
HexC7AEB80D8161501249
Octal307256270015102652022111
Binary11000111101011101011100001101100010110101010000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEB8; }

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

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

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

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

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

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

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

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