Html Css Color HEX #C7BEBE Silver

📋 copy color: '#C7BEBE'

red 199 ◦ green 190 ◦ blue 190

#C7BEBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver #C7BEBE

Tints of Silver #C7BEBE

RGB

 RED value IS 199 (78.13% from 255) = 34.37%

 GREEN value IS 190 (74.61% from 255) = 32.82%

 BLUE value IS 190 (74.61% from 255) = 32.82%

R = 34.37%
G = 32.82%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7BEBE (or 0xC7BEBE) is known color: Silver. HEX triplet: C7, BE and BE. RGB value is (199,190,190). Sum of RGB (Red+Green+Blue) = 199+190+190=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEBE is #384141. Grayscale: #C0C0C0. Windows color (decimal): -3686722 or 12500679. OLE color: 12500679.

HSL color Cylindrical-coordinate representation of color #C7BEBE: hue angle of 0º degrees, saturation: 0.07, 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 #C7BEBE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 190 190 -
CMYK 0 0.05 0.05 0.22
HSL 0.07% 0.76% -
HSV(B) 0.05% 0.78% -
XYZ 51.26 52.69 56.18 -
YUV 192.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 199 190 190 0 0.05 0.05 0.22 0 0.07 0.76
Hex C7 BE BE 0 5 5 16 0 7 4C
Octal 307 276 276 0 5 5 26 0 7 114
Binary 11000111 10111110 10111110 0 101 101 10110 0 111 1001100

Color Harmonies of #C7BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEBE

Black with #C7BEBE

Text Example


Text Example

White with #C7BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEBE; }

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

 H1.HeaderClassName
 {
   color: #C7BEBE;
 }
 .AnyTagClassName
 {
   color: #C7BEBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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