Html Css Color HEX #C7C5C5 Silver

📋 copy color: '#C7C5C5'

red 199 ◦ green 197 ◦ blue 197

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

Shades of Silver #C7C5C5

Tints of Silver #C7C5C5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.22%

 BLUE value IS 197 (77.34% from 255) = 33.22%

R = 33.56%
G = 33.22%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C7C5C5 (or 0xC7C5C5) is known color: Silver. HEX triplet: C7, C5 and C5. RGB value is (199,197,197). Sum of RGB (Red+Green+Blue) = 199+197+197=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5C5 is #383A3A. Grayscale: #C5C5C5. Windows color (decimal): -3684923 or 12961223. OLE color: 12961223.

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

Color convert

RGB 199 197 197 -
CMYK 0 0.01 0.01 0.22
HSL 0.02% 0.78% -
HSV(B) 0.01% 0.78% -
XYZ 53.6 56.11 60.83 -
YUV 197.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 199 197 197 0 0.01 0.01 0.22 0 0.02 0.78
Hex C7 C5 C5 0 1 1 16 0 2 4E
Octal 307 305 305 0 1 1 26 0 2 116
Binary 11000111 11000101 11000101 0 1 1 10110 0 10 1001110

Color Harmonies of #C7C5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C5C5

Black with #C7C5C5

Text Example


Text Example

White with #C7C5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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