#CCCBC0

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

Shades of Quill Grey #CCCBC0

Tints of Quill Grey #CCCBC0

Color information

#CCCBC0 (or 0xCCCBC0) is unknown color: approx Quill Grey. HEX triplet: CC, CB and C0. RGB value is (204,203,192). Sum of RGB (Red+Green+Blue) = 204+203+192=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC0 is #33343F. Grayscale: #CACACA. Windows color (decimal): -3355712 or 12635084. OLE color: 12635084.

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

Color convert

RGB204203192-
CMYK00.000.060.2
HSL55º10.53%77.65%-
HSV(B)55º5.88%80%-
XYZ55.7759.3658.39-
YUV202.04122.33129.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=34.06%
G=33.89%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420319200.000.060.25510.5377.65
HexCCCBC00061437b4e
Octal314313300006246713116
Binary110011001100101111000000001101010011011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBC0; }

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

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

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

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

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

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

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

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