#CCCABF

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

Shades of Quill Grey #CCCABF

Tints of Quill Grey #CCCABF

Color information

#CCCABF (or 0xCCCABF) is unknown color: approx Quill Grey. HEX triplet: CC, CA and BF. RGB value is (204,202,191). Sum of RGB (Red+Green+Blue) = 204+202+191=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABF is #333540. Grayscale: #C9C9C9. Windows color (decimal): -3355969 or 12569292. OLE color: 12569292.

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

Color convert

RGB204202191-
CMYK00.010.060.2
HSL50.77º11.3%77.45%-
HSV(B)50.77º6.37%80%-
XYZ55.4358.8457.73-
YUV201.34122.16129.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 191 (75% from 255) = 31.99%
R=34.17%
G=33.84%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420219100.010.060.250.7711.377.45
HexCCCABF0161433b4d
Octal314312277016246313115
Binary110011001100101010111111011101010011001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCABF; }

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

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

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

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

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

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

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

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