#CCCBC5

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

Shades of Quill Grey #CCCBC5

Tints of Quill Grey #CCCBC5

Color information

#CCCBC5 (or 0xCCCBC5) is unknown color: approx Quill Grey. HEX triplet: CC, CB and C5. RGB value is (204,203,197). Sum of RGB (Red+Green+Blue) = 204+203+197=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC5 is #33343A. Grayscale: #CACACA. Windows color (decimal): -3355707 or 12962764. OLE color: 12962764.

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

Color convert

RGB204203197-
CMYK00.000.030.2
HSL51.43º6.42%78.63%-
HSV(B)51.43º3.43%80%-
XYZ56.3459.5861.35-
YUV202.61124.83128.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=33.77%
G=33.61%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420319700.000.030.251.436.4278.63
HexCCCBC5003143364f
Octal31431330500324636117
Binary1100110011001011110001010011101001100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBC5; }

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

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

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

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

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

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

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

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