#C7C0CC

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

Shades of French Grey #C7C0CC

Tints of French Grey #C7C0CC

Color information

#C7C0CC (or 0xC7C0CC) is unknown color: approx French Grey. HEX triplet: C7, C0 and CC. RGB value is (199,192,204). Sum of RGB (Red+Green+Blue) = 199+192+204=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0CC is #383F33. Grayscale: #C3C3C3. Windows color (decimal): -3686196 or 13418695. OLE color: 13418695.

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

Color convert

RGB199192204-
CMYK0.020.0600.2
HSL275º10.53%77.65%-
HSV(B)275º5.88%80%-
XYZ53.354.264.78-
YUV195.46132.82130.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 192 (75.39% from 255) = 32.27%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=33.45%
G=32.27%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991922040.020.0600.227510.5377.65
HexC7C0CC26014113b4e
Octal3073003142602442313116
Binary1100011111000000110011001011001010010001001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0CC; }

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

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

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

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

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

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

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

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