#CCC9BE

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

Shades of Quill Grey #CCC9BE

Tints of Quill Grey #CCC9BE

Color information

#CCC9BE (or 0xCCC9BE) is unknown color: approx Quill Grey. HEX triplet: CC, C9 and BE. RGB value is (204,201,190). Sum of RGB (Red+Green+Blue) = 204+201+190=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9BE is #333641. Grayscale: #C8C8C8. Windows color (decimal): -3356226 or 12503500. OLE color: 12503500.

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

Color convert

RGB204201190-
CMYK00.010.070.2
HSL47.14º12.07%77.25%-
HSV(B)47.14º6.86%80%-
XYZ55.0858.3357.07-
YUV200.64121.99130.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=34.29%
G=33.78%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420119000.010.070.247.1412.0777.25
HexCCC9BE017142fc4d
Octal314311276017245714115
Binary110011001100100110111110011111010010111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9BE; }

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

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

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

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

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

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

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

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