#C3BABF

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

Shades of Maverick #C3BABF

Tints of Maverick #C3BABF

Color information

#C3BABF (or 0xC3BABF) is unknown color: approx Maverick. HEX triplet: C3, BA and BF. RGB value is (195,186,191). Sum of RGB (Red+Green+Blue) = 195+186+191=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BABF is #3C4540. Grayscale: #BDBDBD. Windows color (decimal): -3949889 or 12565187. OLE color: 12565187.

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

Color convert

RGB195186191-
CMYK00.050.020.24
HSL326.67º6.98%74.71%-
HSV(B)326.67º4.62%76.47%-
XYZ49.4750.4856.43-
YUV189.26128.98132.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 191 (75% from 255) = 33.39%
R=34.09%
G=32.52%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518619100.050.020.24326.676.9874.71
HexC3BABF0521814774b
Octal303272277052305077113
Binary110000111011101010111111010110110001010001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BABF; }

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

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

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

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

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

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

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

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