#C3B1BF

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

Shades of Maverick #C3B1BF

Tints of Maverick #C3B1BF

Color information

#C3B1BF (or 0xC3B1BF) is unknown color: approx Maverick. HEX triplet: C3, B1 and BF. RGB value is (195,177,191). Sum of RGB (Red+Green+Blue) = 195+177+191=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1BF is #3C4E40. Grayscale: #B7B7B7. Windows color (decimal): -3952193 or 12562883. OLE color: 12562883.

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

Color convert

RGB195177191-
CMYK00.090.020.24
HSL313.33º13.04%72.94%-
HSV(B)313.33º9.23%76.47%-
XYZ47.6346.8155.81-
YUV183.98131.96135.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 177 (69.53% from 255) = 31.44%
BLUE value IS 191 (75% from 255) = 33.93%
R=34.64%
G=31.44%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517719100.090.020.24313.3313.0472.94
HexC3B1BF09218139d49
Octal30326127701123047115111
Binary11000011101100011011111101001101100010011100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1BF; }

 p { color: rgb(195,177,191); }

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

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

 a { background-color: rgb(195,177,191); }

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

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

 span { border-color: rgb(195,177,191); }

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