#CCC9BB

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

Shades of Quill Grey #CCC9BB

Tints of Quill Grey #CCC9BB

Color information

#CCC9BB (or 0xCCC9BB) is unknown color: approx Quill Grey. HEX triplet: CC, C9 and BB. RGB value is (204,201,187). Sum of RGB (Red+Green+Blue) = 204+201+187=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9BB is #333644. Grayscale: #C8C8C8. Windows color (decimal): -3356229 or 12306892. OLE color: 12306892.

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

Color convert

RGB204201187-
CMYK00.010.080.2
HSL49.41º14.29%76.67%-
HSV(B)49.41º8.33%80%-
XYZ54.7658.255.36-
YUV200.3120.49130.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=34.46%
G=33.95%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420118700.010.080.249.4114.2976.67
HexCCC9BB0181431e4d
Octal3143112730110246116115
Binary1100110011001001101110110110001010011000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9BB; }

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

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

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

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

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

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

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

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