#C3BCC0

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

Shades of Maverick #C3BCC0

Tints of Maverick #C3BCC0

Color information

#C3BCC0 (or 0xC3BCC0) is unknown color: approx Maverick. HEX triplet: C3, BC and C0. RGB value is (195,188,192). Sum of RGB (Red+Green+Blue) = 195+188+192=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCC0 is #3C433F. Grayscale: #BEBEBE. Windows color (decimal): -3949376 or 12631235. OLE color: 12631235.

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

Color convert

RGB195188192-
CMYK00.040.020.24
HSL325.71º5.51%75.1%-
HSV(B)325.71º3.59%76.47%-
XYZ5051.3757.15-
YUV190.55128.82131.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=33.91%
G=32.70%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518819200.040.020.24325.715.5175.1
HexC3BCC00421814664b
Octal303274300042305066113
Binary110000111011110011000000010010110001010001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCC0; }

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

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

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

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

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

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

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

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