#CCCCCC

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

Shades of Very Light Grey #CCCCCC

Tints of Very Light Grey #CCCCCC

Color information

#CCCCCC (or 0xCCCCCC) is unknown color: approx Very Light Grey. HEX triplet: CC, CC and CC. RGB value is (204,204,204). Sum of RGB (Red+Green+Blue) = 204+204+204=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 204 - color contains mainly: red, green, blue. Hex color #CCCCCC is a web safe color. Inversed color of #CCCCCC is #333333. Grayscale: #CCCCCC. Windows color (decimal): -3355444 or 13421772. OLE color: 13421772.

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

Color convert

RGB204204204-
CMYK0000.2
HSL0%80%-
HSV(B)0%80%-
XYZ57.3960.3865.76-
YUV204128128-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042042040000.20080
HexCCCCCC000140050
Octal3143143140002400120
Binary11001100110011001100110000010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCCC; }

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

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

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

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

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

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

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

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