#C9C7BD

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

Shades of Quill Grey #C9C7BD

Tints of Quill Grey #C9C7BD

Color information

#C9C7BD (or 0xC9C7BD) is unknown color: approx Quill Grey. HEX triplet: C9, C7 and BD. RGB value is (201,199,189). Sum of RGB (Red+Green+Blue) = 201+199+189=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7BD is #363842. Grayscale: #C6C6C6. Windows color (decimal): -3553347 or 12437449. OLE color: 12437449.

HSL color Cylindrical-coordinate representation of color #C9C7BD: hue angle of 50º degrees, saturation: 0.1, 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 #C9C7BD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201199189-
CMYK00.010.060.21
HSL50º10%76.47%-
HSV(B)50º5.97%78.82%-
XYZ53.756.9456.3-
YUV198.46122.66129.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=34.13%
G=33.79%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119918900.010.060.21501076.47
HexC9C7BD0161532a4c
Octal311307275016256212114
Binary110010011100011110111101011101010111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C7BD; }

 p { color: rgb(201,199,189); }

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

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

 a { background-color: rgb(201,199,189); }

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

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

 span { border-color: rgb(201,199,189); }

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