Html Css Color HEX #C7C2C2 Silver

📋 copy color: '#C7C2C2'

red 199 ◦ green 194 ◦ blue 194

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

Shades of Silver #C7C2C2

Tints of Silver #C7C2C2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.05%

 BLUE value IS 194 (76.17% from 255) = 33.05%

R = 33.9%
G = 33.05%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7C2C2 (or 0xC7C2C2) is known color: Silver. HEX triplet: C7, C2 and C2. RGB value is (199,194,194). Sum of RGB (Red+Green+Blue) = 199+194+194=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2C2 is #383D3D. Grayscale: #C3C3C3. Windows color (decimal): -3685694 or 12763847. OLE color: 12763847.

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

Color convert

RGB 199 194 194 -
CMYK 0 0.03 0.03 0.22
HSL 0.04% 0.77% -
HSV(B) 0.03% 0.78% -
XYZ 52.58 54.62 58.81 -
YUV 195.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 199 194 194 0 0.03 0.03 0.22 0 0.04 0.77
Hex C7 C2 C2 0 3 3 16 0 4 4D
Octal 307 302 302 0 3 3 26 0 4 115
Binary 11000111 11000010 11000010 0 11 11 10110 0 100 1001101

Color Harmonies of #C7C2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C2C2

Black with #C7C2C2

Text Example


Text Example

White with #C7C2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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