#C0BACA

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

Shades of French Grey #C0BACA

Tints of French Grey #C0BACA

Color information

#C0BACA (or 0xC0BACA) is unknown color: approx French Grey. HEX triplet: C0, BA and CA. RGB value is (192,186,202). Sum of RGB (Red+Green+Blue) = 192+186+202=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BACA is #3F4535. Grayscale: #BDBDBD. Windows color (decimal): -4146486 or 13286080. OLE color: 13286080.

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

Color convert

RGB192186202-
CMYK0.050.0800.21
HSL262.5º13.11%76.08%-
HSV(B)262.5º7.92%79.22%-
XYZ49.9650.5963.01-
YUV189.62134.99129.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=33.10%
G=32.07%
B=34.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921862020.050.0800.21262.513.1176.08
HexC0BACA58015106d4c
Octal30027231251002540615114
Binary110000001011101011001010101100001010110000011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BACA; }

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

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

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

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

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

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

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

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