#CCCAC1

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

Shades of Quill Grey #CCCAC1

Tints of Quill Grey #CCCAC1

Color information

#CCCAC1 (or 0xCCCAC1) is unknown color: approx Quill Grey. HEX triplet: CC, CA and C1. RGB value is (204,202,193). Sum of RGB (Red+Green+Blue) = 204+202+193=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC1 is #33353E. Grayscale: #C9C9C9. Windows color (decimal): -3355967 or 12700364. OLE color: 12700364.

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

Color convert

RGB204202193-
CMYK00.010.050.2
HSL49.09º9.73%77.84%-
HSV(B)49.09º5.39%80%-
XYZ55.6558.9358.89-
YUV201.57123.16129.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=34.06%
G=33.72%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420219300.010.050.249.099.7377.84
HexCCCAC10151431a4e
Octal314312301015246112116
Binary110011001100101011000001011011010011000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAC1; }

 p { color: rgb(204,202,193); }

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

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

 a { background-color: rgb(204,202,193); }

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

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

 span { border-color: rgb(204,202,193); }

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