#C3BACB

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

Shades of French Grey #C3BACB

Tints of French Grey #C3BACB

Color information

#C3BACB (or 0xC3BACB) is unknown color: approx French Grey. HEX triplet: C3, BA and CB. RGB value is (195,186,203). Sum of RGB (Red+Green+Blue) = 195+186+203=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BACB is #3C4534. Grayscale: #BEBEBE. Windows color (decimal): -3949877 or 13351619. OLE color: 13351619.

HSL color Cylindrical-coordinate representation of color #C3BACB: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BACB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195186203-
CMYK0.040.0800.20
HSL271.76º14.05%76.27%-
HSV(B)271.76º8.37%79.61%-
XYZ50.8451.0363.67-
YUV190.63134.98131.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=33.39%
G=31.85%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951862030.040.0800.20271.7614.0576.27
HexC3BACB48014110e4c
Octal30327231341002442016114
Binary110000111011101011001011100100001010010001000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BACB; }

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

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

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

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

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

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

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

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