#C9C5BB

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

Shades of Quill Grey #C9C5BB

Tints of Quill Grey #C9C5BB

Color information

#C9C5BB (or 0xC9C5BB) is unknown color: approx Quill Grey. HEX triplet: C9, C5 and BB. RGB value is (201,197,187). Sum of RGB (Red+Green+Blue) = 201+197+187=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5BB is #363A44. Grayscale: #C5C5C5. Windows color (decimal): -3553861 or 12305865. OLE color: 12305865.

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

Color convert

RGB201197187-
CMYK00.020.070.21
HSL42.86º11.48%76.08%-
HSV(B)42.86º6.97%78.82%-
XYZ53.0255.9455.02-
YUV197.06122.33130.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=34.36%
G=33.68%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119718700.020.070.2142.8611.4876.08
HexC9C5BB027152bb4c
Octal311305273027255313114
Binary1100100111000101101110110101111010110101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C5BB; }

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

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

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

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

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

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

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

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