#C8C6BF

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

Shades of Quill Grey #C8C6BF

Tints of Quill Grey #C8C6BF

Color information

#C8C6BF (or 0xC8C6BF) is unknown color: approx Quill Grey. HEX triplet: C8, C6 and BF. RGB value is (200,198,191). Sum of RGB (Red+Green+Blue) = 200+198+191=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6BF is #373940. Grayscale: #C5C5C5. Windows color (decimal): -3619137 or 12568264. OLE color: 12568264.

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

Color convert

RGB200198191-
CMYK00.010.040.22
HSL46.67º7.56%76.67%-
HSV(B)46.67º4.5%78.43%-
XYZ53.4256.4357.37-
YUV197.8124.16129.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 191 (75% from 255) = 32.43%
R=33.96%
G=33.62%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019819100.010.040.2246.677.5676.67
HexC8C6BF014162f84d
Octal310306277014265710115
Binary110010001100011010111111011001011010111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C6BF; }

 p { color: rgb(200,198,191); }

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

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

 a { background-color: rgb(200,198,191); }

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

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

 span { border-color: rgb(200,198,191); }

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