#CCC8BC

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

Shades of Quill Grey #CCC8BC

Tints of Quill Grey #CCC8BC

Color information

#CCC8BC (or 0xCCC8BC) is unknown color: approx Quill Grey. HEX triplet: CC, C8 and BC. RGB value is (204,200,188). Sum of RGB (Red+Green+Blue) = 204+200+188=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BC is #333743. Grayscale: #C7C7C7. Windows color (decimal): -3356484 or 12372172. OLE color: 12372172.

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

Color convert

RGB204200188-
CMYK00.020.080.2
HSL45º13.56%76.86%-
HSV(B)45º7.84%80%-
XYZ54.6357.7855.85-
YUV199.83121.33130.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 188 (73.83% from 255) = 31.76%
R=34.46%
G=33.78%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420018800.020.080.24513.5676.86
HexCCC8BC028142de4d
Octal3143102740210245516115
Binary11001100110010001011110001010001010010110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8BC; }

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

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

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

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

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

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

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

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