#CCCAC3

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

Shades of Quill Grey #CCCAC3

Tints of Quill Grey #CCCAC3

Color information

#CCCAC3 (or 0xCCCAC3) is unknown color: approx Quill Grey. HEX triplet: CC, CA and C3. RGB value is (204,202,195). Sum of RGB (Red+Green+Blue) = 204+202+195=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC3 is #33353C. Grayscale: #C9C9C9. Windows color (decimal): -3355965 or 12831436. OLE color: 12831436.

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

Color convert

RGB204202195-
CMYK00.010.040.2
HSL46.67º8.11%78.24%-
HSV(B)46.67º4.41%80%-
XYZ55.8759.0260.08-
YUV201.8124.16129.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=33.94%
G=33.61%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420219500.010.040.246.678.1178.24
HexCCCAC3014142f84e
Octal314312303014245710116
Binary110011001100101011000011011001010010111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAC3; }

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

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

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

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

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

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

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

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