#C3BAC0

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

Shades of Maverick #C3BAC0

Tints of Maverick #C3BAC0

Color information

#C3BAC0 (or 0xC3BAC0) is unknown color: approx Maverick. HEX triplet: C3, BA and C0. RGB value is (195,186,192). Sum of RGB (Red+Green+Blue) = 195+186+192=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAC0 is #3C453F. Grayscale: #BDBDBD. Windows color (decimal): -3949888 or 12630723. OLE color: 12630723.

HSL color Cylindrical-coordinate representation of color #C3BAC0: hue angle of 320º 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 #C3BAC0 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195186192-
CMYK00.050.020.24
HSL320º6.98%74.71%-
HSV(B)320º4.62%76.47%-
XYZ49.5850.5357.01-
YUV189.38129.48132.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=34.03%
G=32.46%
B=33.51%

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
Decimal19518619200.050.020.243206.9874.71
HexC3BAC00521814074b
Octal303272300052305007113
Binary110000111011101011000000010110110001010000001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAC0; }

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

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

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

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

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

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

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

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