#C7C1CC

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

Shades of French Grey #C7C1CC

Tints of French Grey #C7C1CC

Color information

#C7C1CC (or 0xC7C1CC) is unknown color: approx French Grey. HEX triplet: C7, C1 and CC. RGB value is (199,193,204). Sum of RGB (Red+Green+Blue) = 199+193+204=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1CC is #383E33. Grayscale: #C4C4C4. Windows color (decimal): -3685940 or 13418951. OLE color: 13418951.

HSL color Cylindrical-coordinate representation of color #C7C1CC: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7C1CC is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199193204-
CMYK0.020.0500.2
HSL272.73º9.73%77.84%-
HSV(B)272.73º5.39%80%-
XYZ53.5254.6464.85-
YUV196.05132.49130.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 193 (75.78% from 255) = 32.38%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=33.39%
G=32.38%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991932040.020.0500.2272.739.7377.84
HexC7C1CC25014111a4e
Octal3073013142502442112116
Binary1100011111000001110011001010101010010001000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C1CC; }

 p { color: rgb(199,193,204); }

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

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

 a { background-color: rgb(199,193,204); }

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

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

 span { border-color: rgb(199,193,204); }

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