#C3BCBF

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

Shades of Maverick #C3BCBF

Tints of Maverick #C3BCBF

Color information

#C3BCBF (or 0xC3BCBF) is unknown color: approx Maverick. HEX triplet: C3, BC and BF. RGB value is (195,188,191). Sum of RGB (Red+Green+Blue) = 195+188+191=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCBF is #3C4340. Grayscale: #BEBEBE. Windows color (decimal): -3949377 or 12565699. OLE color: 12565699.

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

Color convert

RGB195188191-
CMYK00.040.020.24
HSL334.29º5.51%75.1%-
HSV(B)334.29º3.59%76.47%-
XYZ49.8951.3356.57-
YUV190.44128.32131.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 191 (75% from 255) = 33.28%
R=33.97%
G=32.75%
B=33.28%

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
Decimal19518819100.040.020.24334.295.5175.1
HexC3BCBF0421814e64b
Octal303274277042305166113
Binary110000111011110010111111010010110001010011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCBF; }

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

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

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

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

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

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

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

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