#C9C8BF

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

Shades of Quill Grey #C9C8BF

Tints of Quill Grey #C9C8BF

Color information

#C9C8BF (or 0xC9C8BF) is unknown color: approx Quill Grey. HEX triplet: C9, C8 and BF. RGB value is (201,200,191). Sum of RGB (Red+Green+Blue) = 201+200+191=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8BF is #363740. Grayscale: #C7C7C7. Windows color (decimal): -3553089 or 12568777. OLE color: 12568777.

HSL color Cylindrical-coordinate representation of color #C9C8BF: hue angle of 54º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C8BF is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201200191-
CMYK00.000.050.21
HSL54º8.47%76.86%-
HSV(B)54º4.98%78.82%-
XYZ54.1557.4957.53-
YUV199.27123.33129.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.95%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 191 (75% from 255) = 32.26%
R=33.95%
G=33.78%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20120019100.000.050.21548.4776.86
HexC9C8BF005153684d
Octal311310277005256610115
Binary110010011100100010111111001011010111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8BF; }

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

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

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

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

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

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

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

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