#CCC8BF

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

Shades of Quill Grey #CCC8BF

Tints of Quill Grey #CCC8BF

Color information

#CCC8BF (or 0xCCC8BF) is unknown color: approx Quill Grey. HEX triplet: CC, C8 and BF. RGB value is (204,200,191). Sum of RGB (Red+Green+Blue) = 204+200+191=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BF is #333740. Grayscale: #C8C8C8. Windows color (decimal): -3356481 or 12568780. OLE color: 12568780.

HSL color Cylindrical-coordinate representation of color #CCC8BF: hue angle of 41.54º 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 #CCC8BF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204200191-
CMYK00.020.060.2
HSL41.54º11.3%77.45%-
HSV(B)41.54º6.37%80%-
XYZ54.9657.9157.57-
YUV200.17122.83130.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 191 (75% from 255) = 32.10%
R=34.29%
G=33.61%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420019100.020.060.241.5411.377.45
HexCCC8BF026142ab4d
Octal314310277026245213115
Binary1100110011001000101111110101101010010101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8BF; }

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

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

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

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

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

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

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

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