#C1BACA

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

Shades of French Grey #C1BACA

Tints of French Grey #C1BACA

Color information

#C1BACA (or 0xC1BACA) is unknown color: approx French Grey. HEX triplet: C1, BA and CA. RGB value is (193,186,202). Sum of RGB (Red+Green+Blue) = 193+186+202=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BACA is #3E4535. Grayscale: #BDBDBD. Windows color (decimal): -4080950 or 13286081. OLE color: 13286081.

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

Color convert

RGB193186202-
CMYK0.040.0800.21
HSL266.25º13.11%76.08%-
HSV(B)266.25º7.92%79.22%-
XYZ50.2150.7263.02-
YUV189.92134.82130.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=33.22%
G=32.01%
B=34.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931862020.040.0800.21266.2513.1176.08
HexC1BACA4801510ad4c
Octal30127231241002541215114
Binary110000011011101011001010100100001010110000101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BACA; }

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

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

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

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

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

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

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

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