#CCC8BE

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

Shades of Quill Grey #CCC8BE

Tints of Quill Grey #CCC8BE

Color information

#CCC8BE (or 0xCCC8BE) is unknown color: approx Quill Grey. HEX triplet: CC, C8 and BE. RGB value is (204,200,190). Sum of RGB (Red+Green+Blue) = 204+200+190=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BE is #333741. Grayscale: #C8C8C8. Windows color (decimal): -3356482 or 12503244. OLE color: 12503244.

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

Color convert

RGB204200190-
CMYK00.020.070.2
HSL42.86º12.07%77.25%-
HSV(B)42.86º6.86%80%-
XYZ54.8557.8656.99-
YUV200.06122.33130.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=34.34%
G=33.67%
B=31.99%

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
Decimal20420019000.020.070.242.8612.0777.25
HexCCC8BE027142bc4d
Octal314310276027245314115
Binary1100110011001000101111100101111010010101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8BE; }

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

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

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

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

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

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

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

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