Html Css Color HEX #C5BBBB Silver

📋 copy color: '#C5BBBB'

red 197 ◦ green 187 ◦ blue 187

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

Shades of Silver #C5BBBB

Tints of Silver #C5BBBB

RGB

 RED value IS 197 (77.34% from 255) = 34.5%

 GREEN value IS 187 (73.44% from 255) = 32.75%

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 34.5%
G = 32.75%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C5BBBB (or 0xC5BBBB) is known color: Silver. HEX triplet: C5, BB and BB. RGB value is (197,187,187). Sum of RGB (Red+Green+Blue) = 197+187+187=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBBB is #3A4444. Grayscale: #BEBEBE. Windows color (decimal): -3818565 or 12303301. OLE color: 12303301.

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

Color convert

RGB 197 187 187 -
CMYK 0 0.05 0.05 0.23
HSL 0.08% 0.75% -
HSV(B) 0.05% 0.77% -
XYZ 49.77 51 54.23 -
YUV 189.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 197 187 187 0 0.05 0.05 0.23 0 0.08 0.75
Hex C5 BB BB 0 5 5 17 0 8 4B
Octal 305 273 273 0 5 5 27 0 10 113
Binary 11000101 10111011 10111011 0 101 101 10111 0 1000 1001011

Color Harmonies of #C5BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBBB

Black with #C5BBBB

Text Example


Text Example

White with #C5BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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