#C3BFC9

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

Shades of French Grey #C3BFC9

Tints of French Grey #C3BFC9

Color information

#C3BFC9 (or 0xC3BFC9) is unknown color: approx French Grey. HEX triplet: C3, BF and C9. RGB value is (195,191,201). Sum of RGB (Red+Green+Blue) = 195+191+201=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 201 - color contains mainly: blue. Hex color #C3BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC9 is #3C4036. Grayscale: #C1C1C1. Windows color (decimal): -3948599 or 13221827. OLE color: 13221827.

HSL color Cylindrical-coordinate representation of color #C3BFC9: hue angle of 264º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3BFC9 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195191201-
CMYK0.030.0500.21
HSL264º8.47%76.86%-
HSV(B)264º4.98%78.82%-
XYZ51.6853.0862.78-
YUV193.34132.33129.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=33.22%
G=32.54%
B=34.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951912010.030.0500.212648.4776.86
HexC3BFC93501510884d
Octal3032773113502541010115
Binary1100001110111111110010011110101010110000100010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFC9; }

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

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

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

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

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

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

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

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