#CCCAC5

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

Shades of Quill Grey #CCCAC5

Tints of Quill Grey #CCCAC5

Color information

#CCCAC5 (or 0xCCCAC5) is unknown color: approx Quill Grey. HEX triplet: CC, CA and C5. RGB value is (204,202,197). Sum of RGB (Red+Green+Blue) = 204+202+197=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC5 is #33353A. Grayscale: #CACACA. Windows color (decimal): -3355963 or 12962508. OLE color: 12962508.

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

Color convert

RGB204202197-
CMYK00.010.030.2
HSL42.86º6.42%78.63%-
HSV(B)42.86º3.43%80%-
XYZ56.159.1161.28-
YUV202.03125.16129.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=33.83%
G=33.50%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420219700.010.030.242.866.4278.63
HexCCCAC5013142b64f
Octal31431230501324536117
Binary1100110011001010110001010111101001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAC5; }

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

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

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

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

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

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

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

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