#C8BEBE

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

Shades of Silver #C8BEBE

Tints of Silver #C8BEBE

Color information

#C8BEBE (or 0xC8BEBE) is unknown color: approx Silver. HEX triplet: C8, BE and BE. RGB value is (200,190,190). Sum of RGB (Red+Green+Blue) = 200+190+190=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEBE is #374141. Grayscale: #C1C1C1. Windows color (decimal): -3621186 or 12500680. OLE color: 12500680.

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

Color convert

RGB200190190-
CMYK00.050.050.22
HSL8.33%76.47%-
HSV(B)5%78.43%-
XYZ51.5352.8256.2-
YUV192.99126.31133-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=34.48%
G=32.76%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019019000.050.050.2208.3376.47
HexC8BEBE05516084c
Octal31027627605526010114
Binary110010001011111010111110010110110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEBE; }

 p { color: rgb(200,190,190); }

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

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

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

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

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

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

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