#C7A8BC

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

Shades of Maverick #C7A8BC

Tints of Maverick #C7A8BC

Color information

#C7A8BC (or 0xC7A8BC) is unknown color: approx Maverick. HEX triplet: C7, A8 and BC. RGB value is (199,168,188). Sum of RGB (Red+Green+Blue) = 199+168+188=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8BC is #385743. Grayscale: #B3B3B3. Windows color (decimal): -3692356 or 12363975. OLE color: 12363975.

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

Color convert

RGB199168188-
CMYK00.160.060.22
HSL321.29º21.68%71.96%-
HSV(B)321.29º15.58%78.04%-
XYZ46.6343.7853.57-
YUV179.55132.77141.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.86%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=35.86%
G=30.27%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916818800.160.060.22321.2921.6871.96
HexC7A8BC0106161411648
Octal30725027402062650126110
Binary11000111101010001011110001000011010110101000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A8BC; }

 p { color: rgb(199,168,188); }

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

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

 a { background-color: rgb(199,168,188); }

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

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

 span { border-color: rgb(199,168,188); }

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