#C1A7BA

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

Shades of Maverick #C1A7BA

Tints of Maverick #C1A7BA

Color information

#C1A7BA (or 0xC1A7BA) is unknown color: approx Maverick. HEX triplet: C1, A7 and BA. RGB value is (193,167,186). Sum of RGB (Red+Green+Blue) = 193+167+186=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A7BA is #3E5845. Grayscale: #B0B0B0. Windows color (decimal): -4085830 or 12232641. OLE color: 12232641.

HSL color Cylindrical-coordinate representation of color #C1A7BA: hue angle of 316.15º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1A7BA is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193167186-
CMYK00.130.040.24
HSL316.15º17.33%70.59%-
HSV(B)316.15º13.47%75.69%-
XYZ44.6742.5252.31-
YUV176.94133.11139.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=35.35%
G=30.59%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316718600.130.040.24316.1517.3370.59
HexC1A7BA0D41813c1147
Octal30124727201543047421107
Binary1100000110100111101110100110110011000100111100100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A7BA; }

 p { color: rgb(193,167,186); }

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

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

 a { background-color: rgb(193,167,186); }

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

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

 span { border-color: rgb(193,167,186); }

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