Html Css Color HEX #C7BEBD Silver

📋 copy color: '#C7BEBD'

red 199 ◦ green 190 ◦ blue 189

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

Shades of Silver #C7BEBD

Tints of Silver #C7BEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.7%

R = 34.43%
G = 32.87%
B = 32.7%

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

#C7BEBD (or 0xC7BEBD) is known color: Silver. HEX triplet: C7, BE and BD. RGB value is (199,190,189). Sum of RGB (Red+Green+Blue) = 199+190+189=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEBD is #384142. Grayscale: #C0C0C0. Windows color (decimal): -3686723 or 12435143. OLE color: 12435143.

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

Color convert

RGB 199 190 189 -
CMYK 0 0.05 0.05 0.22
HSL 0.08% 0.76% -
HSV(B) 0.05% 0.78% -
XYZ 51.15 52.64 55.61 -
YUV 192.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 199 190 189 0 0.05 0.05 0.22 6 0.08 0.76
Hex C7 BE BD 0 5 5 16 6 8 4C
Octal 307 276 275 0 5 5 26 6 10 114
Binary 11000111 10111110 10111101 0 101 101 10110 110 1000 1001100

Color Harmonies of #C7BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEBD

Black with #C7BEBD

Text Example


Text Example

White with #C7BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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