#C9C5BC

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

Shades of Quill Grey #C9C5BC

Tints of Quill Grey #C9C5BC

Color information

#C9C5BC (or 0xC9C5BC) is unknown color: approx Quill Grey. HEX triplet: C9, C5 and BC. RGB value is (201,197,188). Sum of RGB (Red+Green+Blue) = 201+197+188=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5BC is #363A43. Grayscale: #C5C5C5. Windows color (decimal): -3553860 or 12371401. OLE color: 12371401.

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

Color convert

RGB201197188-
CMYK00.020.060.21
HSL41.54º10.74%76.27%-
HSV(B)41.54º6.47%78.82%-
XYZ53.1355.9855.58-
YUV197.17122.83130.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 197 (77.34% from 255) = 33.62%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=34.30%
G=33.62%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119718800.020.060.2141.5410.7476.27
HexC9C5BC026152ab4c
Octal311305274026255213114
Binary1100100111000101101111000101101010110101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C5BC; }

 p { color: rgb(201,197,188); }

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

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

 a { background-color: rgb(201,197,188); }

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

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

 span { border-color: rgb(201,197,188); }

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