#CCC8BD

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

Shades of Quill Grey #CCC8BD

Tints of Quill Grey #CCC8BD

Color information

#CCC8BD (or 0xCCC8BD) is unknown color: approx Quill Grey. HEX triplet: CC, C8 and BD. RGB value is (204,200,189). Sum of RGB (Red+Green+Blue) = 204+200+189=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BD is #333742. Grayscale: #C7C7C7. Windows color (decimal): -3356483 or 12437708. OLE color: 12437708.

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

Color convert

RGB204200189-
CMYK00.020.070.2
HSL44º12.82%77.06%-
HSV(B)44º7.35%80%-
XYZ54.7457.8256.42-
YUV199.94121.83130.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=34.40%
G=33.73%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420018900.020.070.24412.8277.06
HexCCC8BD027142cd4d
Octal314310275027245415115
Binary1100110011001000101111010101111010010110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8BD; }

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

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

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

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

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

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

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

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