#CCCBC1

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

Shades of Quill Grey #CCCBC1

Tints of Quill Grey #CCCBC1

Color information

#CCCBC1 (or 0xCCCBC1) is unknown color: approx Quill Grey. HEX triplet: CC, CB and C1. RGB value is (204,203,193). Sum of RGB (Red+Green+Blue) = 204+203+193=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC1 is #33343E. Grayscale: #CACACA. Windows color (decimal): -3355711 or 12700620. OLE color: 12700620.

HSL color Cylindrical-coordinate representation of color #CCCBC1: hue angle of 54.55º 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 #CCCBC1 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB204203193-
CMYK00.000.050.2
HSL54.55º9.73%77.84%-
HSV(B)54.55º5.39%80%-
XYZ55.8859.458.97-
YUV202.16122.83129.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=34%
G=33.83%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420319300.000.050.254.559.7377.84
HexCCCBC10051437a4e
Octal314313301005246712116
Binary110011001100101111000001001011010011011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBC1; }

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

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

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

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

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

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

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

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