#C3BFC6

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

Shades of French Grey #C3BFC6

Tints of French Grey #C3BFC6

Color information

#C3BFC6 (or 0xC3BFC6) is unknown color: approx French Grey. HEX triplet: C3, BF and C6. RGB value is (195,191,198). Sum of RGB (Red+Green+Blue) = 195+191+198=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC6 is #3C4039. Grayscale: #C0C0C0. Windows color (decimal): -3948602 or 13025219. OLE color: 13025219.

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

Color convert

RGB195191198-
CMYK0.020.0400.22
HSL274.29º5.79%76.27%-
HSV(B)274.29º3.54%77.65%-
XYZ51.3352.9460.94-
YUV192.99130.83129.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 198 (77.73% from 255) = 33.90%
R=33.39%
G=32.71%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951911980.020.0400.22274.295.7976.27
HexC3BFC62401611264c
Octal303277306240264226114
Binary110000111011111111000110101000101101000100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFC6; }

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

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

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

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

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

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

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

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