#C7A9BA

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

Shades of Maverick #C7A9BA

Tints of Maverick #C7A9BA

Color information

#C7A9BA (or 0xC7A9BA) is unknown color: approx Maverick. HEX triplet: C7, A9 and BA. RGB value is (199,169,186). Sum of RGB (Red+Green+Blue) = 199+169+186=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9BA is #385645. Grayscale: #B3B3B3. Windows color (decimal): -3692102 or 12233159. OLE color: 12233159.

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

Color convert

RGB199169186-
CMYK00.150.070.22
HSL326º21.13%72.16%-
HSV(B)326º15.08%78.04%-
XYZ46.644.0652.5-
YUV179.91131.44141.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.92%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=35.92%
G=30.51%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916918600.150.070.2232621.1372.16
HexC7A9BA0F7161461548
Octal30725127201772650625110
Binary1100011110101001101110100111111110110101000110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A9BA; }

 p { color: rgb(199,169,186); }

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

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

 a { background-color: rgb(199,169,186); }

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

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

 span { border-color: rgb(199,169,186); }

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