#C7C5BE

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

Shades of Quill Grey #C7C5BE

Tints of Quill Grey #C7C5BE

Color information

#C7C5BE (or 0xC7C5BE) is unknown color: approx Quill Grey. HEX triplet: C7, C5 and BE. RGB value is (199,197,190). Sum of RGB (Red+Green+Blue) = 199+197+190=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5BE is #383A41. Grayscale: #C4C4C4. Windows color (decimal): -3684930 or 12502471. OLE color: 12502471.

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

Color convert

RGB199197190-
CMYK00.010.050.22
HSL46.67º7.44%76.27%-
HSV(B)46.67º4.52%78.04%-
XYZ52.8155.7956.7-
YUV196.8124.16129.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.96%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=33.96%
G=33.62%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919719000.010.050.2246.677.4476.27
HexC7C5BE015162f74c
Octal30730527601526577114
Binary11000111110001011011111001101101101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5BE; }

 p { color: rgb(199,197,190); }

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

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

 a { background-color: rgb(199,197,190); }

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

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

 span { border-color: rgb(199,197,190); }

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