#C3BACA

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

Shades of French Grey #C3BACA

Tints of French Grey #C3BACA

Color information

#C3BACA (or 0xC3BACA) is unknown color: approx French Grey. HEX triplet: C3, BA and CA. RGB value is (195,186,202). Sum of RGB (Red+Green+Blue) = 195+186+202=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BACA is #3C4535. Grayscale: #BEBEBE. Windows color (decimal): -3949878 or 13286083. OLE color: 13286083.

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

Color convert

RGB195186202-
CMYK0.030.0800.21
HSL273.75º13.11%76.08%-
HSV(B)273.75º7.92%79.22%-
XYZ50.7350.9863.04-
YUV190.52134.48131.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=33.45%
G=31.90%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951862020.030.0800.21273.7513.1176.08
HexC3BACA38015112d4c
Octal30327231231002542215114
Binary11000011101110101100101011100001010110001001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BACA; }

 p { color: rgb(195,186,202); }

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

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

 a { background-color: rgb(195,186,202); }

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

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

 span { border-color: rgb(195,186,202); }

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