#C7C6C4

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

Shades of Quill Grey #C7C6C4

Tints of Quill Grey #C7C6C4

Color information

#C7C6C4 (or 0xC7C6C4) is unknown color: approx Quill Grey. HEX triplet: C7, C6 and C4. RGB value is (199,198,196). Sum of RGB (Red+Green+Blue) = 199+198+196=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6C4 is #38393B. Grayscale: #C6C6C6. Windows color (decimal): -3684668 or 12895943. OLE color: 12895943.

HSL color Cylindrical-coordinate representation of color #C7C6C4: hue angle of 40º degrees, saturation: 0.03, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C7C6C4 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB199198196-
CMYK00.010.020.22
HSL40º2.61%77.45%-
HSV(B)40º1.51%78.04%-
XYZ53.7156.5260.3-
YUV198.07126.83128.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=33.56%
G=33.39%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919819600.010.020.22402.6177.45
HexC7C6C4012162834d
Octal30730630401226503115
Binary110001111100011011000100011010110101000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C6C4; }

 p { color: rgb(199,198,196); }

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

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

 a { background-color: rgb(199,198,196); }

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

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

 span { border-color: rgb(199,198,196); }

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