#CCC9BF

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

Shades of Quill Grey #CCC9BF

Tints of Quill Grey #CCC9BF

Color information

#CCC9BF (or 0xCCC9BF) is unknown color: approx Quill Grey. HEX triplet: CC, C9 and BF. RGB value is (204,201,191). Sum of RGB (Red+Green+Blue) = 204+201+191=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9BF is #333640. Grayscale: #C8C8C8. Windows color (decimal): -3356225 or 12569036. OLE color: 12569036.

HSL color Cylindrical-coordinate representation of color #CCC9BF: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC9BF is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204201191-
CMYK00.010.060.2
HSL46.15º11.3%77.45%-
HSV(B)46.15º6.37%80%-
XYZ55.1958.3757.65-
YUV200.76122.49130.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 191 (75% from 255) = 32.05%
R=34.23%
G=33.72%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420119100.010.060.246.1511.377.45
HexCCC9BF016142eb4d
Octal314311277016245613115
Binary110011001100100110111111011101010010111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9BF; }

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

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

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

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

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

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

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

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