#C3BCC2

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

Shades of Maverick #C3BCC2

Tints of Maverick #C3BCC2

Color information

#C3BCC2 (or 0xC3BCC2) is unknown color: approx Maverick. HEX triplet: C3, BC and C2. RGB value is (195,188,194). Sum of RGB (Red+Green+Blue) = 195+188+194=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCC2 is #3C433D. Grayscale: #BEBEBE. Windows color (decimal): -3949374 or 12762307. OLE color: 12762307.

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

Color convert

RGB195188194-
CMYK00.040.010.24
HSL308.57º5.51%75.1%-
HSV(B)308.57º3.59%76.47%-
XYZ50.2351.4658.33-
YUV190.78129.82131.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.80%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=33.80%
G=32.58%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518819400.040.010.24308.575.5175.1
HexC3BCC20411813564b
Octal303274302041304656113
Binary11000011101111001100001001001110001001101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCC2; }

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

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

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

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

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

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

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

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