#C7A7BB

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

Shades of Maverick #C7A7BB

Tints of Maverick #C7A7BB

Color information

#C7A7BB (or 0xC7A7BB) is unknown color: approx Maverick. HEX triplet: C7, A7 and BB. RGB value is (199,167,187). Sum of RGB (Red+Green+Blue) = 199+167+187=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A7BB is #385844. Grayscale: #B2B2B2. Windows color (decimal): -3692613 or 12298183. OLE color: 12298183.

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

Color convert

RGB199167187-
CMYK00.160.060.22
HSL322.5º22.22%71.76%-
HSV(B)322.5º16.08%78.04%-
XYZ46.3443.3752.94-
YUV178.85132.6142.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.99%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=35.99%
G=30.20%
B=33.82%

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
Decimal19916718700.160.060.22322.522.2271.76
HexC7A7BB0106161421648
Octal30724727302062650226110
Binary11000111101001111011101101000011010110101000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A7BB; }

 p { color: rgb(199,167,187); }

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

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

 a { background-color: rgb(199,167,187); }

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

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

 span { border-color: rgb(199,167,187); }

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