#C6C0CE

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

Shades of French Grey #C6C0CE

Tints of French Grey #C6C0CE

Color information

#C6C0CE (or 0xC6C0CE) is unknown color: approx French Grey. HEX triplet: C6, C0 and CE. RGB value is (198,192,206). Sum of RGB (Red+Green+Blue) = 198+192+206=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0CE is #393F31. Grayscale: #C3C3C3. Windows color (decimal): -3751730 or 13549766. OLE color: 13549766.

HSL color Cylindrical-coordinate representation of color #C6C0CE: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6C0CE is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198192206-
CMYK0.040.0700.19
HSL265.71º12.5%78.04%-
HSV(B)265.71º6.8%80.78%-
XYZ53.2854.1666.04-
YUV195.39133.99129.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 192 (75.39% from 255) = 32.21%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=33.22%
G=32.21%
B=34.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981922060.040.0700.19265.7112.578.04
HexC6C0CE4701310ac4e
Octal3063003164702341214116
Binary11000110110000001100111010011101001110000101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C0CE; }

 p { color: rgb(198,192,206); }

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

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

 a { background-color: rgb(198,192,206); }

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

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

 span { border-color: rgb(198,192,206); }

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