#C7C4BC

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

Shades of Quill Grey #C7C4BC

Tints of Quill Grey #C7C4BC

Color information

#C7C4BC (or 0xC7C4BC) is unknown color: approx Quill Grey. HEX triplet: C7, C4 and BC. RGB value is (199,196,188). Sum of RGB (Red+Green+Blue) = 199+196+188=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4BC is #383B43. Grayscale: #C4C4C4. Windows color (decimal): -3685188 or 12371143. OLE color: 12371143.

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

Color convert

RGB199196188-
CMYK00.020.060.22
HSL43.64º8.94%75.88%-
HSV(B)43.64º5.53%78.04%-
XYZ52.3755.2555.48-
YUV195.98123.49130.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.13%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=34.13%
G=33.62%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919618800.020.060.2243.648.9475.88
HexC7C4BC026162c94c
Octal307304274026265411114
Binary1100011111000100101111000101101011010110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C4BC; }

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

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

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

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

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

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

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

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