#CCBBBB

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

Shades of Silver #CCBBBB

Tints of Silver #CCBBBB

Color information

#CCBBBB (or 0xCCBBBB) is unknown color: approx Silver. HEX triplet: CC, BB and BB. RGB value is (204,187,187). Sum of RGB (Red+Green+Blue) = 204+187+187=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBBB is #334444. Grayscale: #C0C0C0. Windows color (decimal): -3359813 or 12303308. OLE color: 12303308.

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

Color convert

RGB204187187-
CMYK00.080.080.2
HSL14.29%76.67%-
HSV(B)8.33%80%-
XYZ51.6451.9754.32-
YUV192.08125.13136.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=35.29%
G=32.35%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418718700.080.080.2014.2976.67
HexCCBBBB088140e4d
Octal3142732730101024016115
Binary11001100101110111011101101000100010100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBBB; }

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

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

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

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

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

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

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

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