#CCCABC

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

Shades of Quill Grey #CCCABC

Tints of Quill Grey #CCCABC

Color information

#CCCABC (or 0xCCCABC) is unknown color: approx Quill Grey. HEX triplet: CC, CA and BC. RGB value is (204,202,188). Sum of RGB (Red+Green+Blue) = 204+202+188=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABC is #333543. Grayscale: #C9C9C9. Windows color (decimal): -3355972 or 12372684. OLE color: 12372684.

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

Color convert

RGB204202188-
CMYK00.010.080.2
HSL52.5º13.56%76.86%-
HSV(B)52.5º7.84%80%-
XYZ55.158.7156-
YUV201120.66130.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=34.34%
G=34.01%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420218800.010.080.252.513.5676.86
HexCCCABC0181434e4d
Octal3143122740110246416115
Binary1100110011001010101111000110001010011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCABC; }

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

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

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

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

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

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

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

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