#C1B3BF

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

Shades of Maverick #C1B3BF

Tints of Maverick #C1B3BF

Color information

#C1B3BF (or 0xC1B3BF) is unknown color: approx Maverick. HEX triplet: C1, B3 and BF. RGB value is (193,179,191). Sum of RGB (Red+Green+Blue) = 193+179+191=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B3BF is #3E4C40. Grayscale: #B8B8B8. Windows color (decimal): -4082753 or 12563393. OLE color: 12563393.

HSL color Cylindrical-coordinate representation of color #C1B3BF: hue angle of 308.57º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1B3BF is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193179191-
CMYK00.070.010.24
HSL308.57º10.14%72.94%-
HSV(B)308.57º7.25%75.69%-
XYZ47.5247.3455.92-
YUV184.55131.64134.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.28%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 191 (75% from 255) = 33.93%
R=34.28%
G=31.79%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317919100.070.010.24308.5710.1472.94
HexC1B3BF07118135a49
Octal3012632770713046512111
Binary110000011011001110111111011111100010011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B3BF; }

 p { color: rgb(193,179,191); }

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

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

 a { background-color: rgb(193,179,191); }

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

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

 span { border-color: rgb(193,179,191); }

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