#CCCBCB

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

Shades of Very Light Grey #CCCBCB

Tints of Very Light Grey #CCCBCB

Color information

#CCCBCB (or 0xCCCBCB) is unknown color: approx Very Light Grey. HEX triplet: CC, CB and CB. RGB value is (204,203,203). Sum of RGB (Red+Green+Blue) = 204+203+203=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBCB is #333434. Grayscale: #CBCBCB. Windows color (decimal): -3355701 or 13355980. OLE color: 13355980.

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

Color convert

RGB204203203-
CMYK00.000.000.2
HSL0.97%79.8%-
HSV(B)0.49%80%-
XYZ57.0459.8665.05-
YUV203.3127.83128.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=33.44%
G=33.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420320300.000.000.200.9779.8
HexCCCBCB000140150
Octal3143133130002401120
Binary11001100110010111100101100010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBCB; }

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

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

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

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

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

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

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

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