Html Css Color HEX #C9BEBD Silver

📋 copy color: '#C9BEBD'

red 201 ◦ green 190 ◦ blue 189

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

Shades of Silver #C9BEBD

Tints of Silver #C9BEBD

RGB

 RED value IS 201 (78.91% from 255) = 34.66%

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

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

R = 34.66%
G = 32.76%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9BEBD (or 0xC9BEBD) is known color: Silver. HEX triplet: C9, BE and BD. RGB value is (201,190,189). Sum of RGB (Red+Green+Blue) = 201+190+189=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEBD is #364142. Grayscale: #C1C1C1. Windows color (decimal): -3555651 or 12435145. OLE color: 12435145.

HSL color Cylindrical-coordinate representation of color #C9BEBD: hue angle of 5º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BEBD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 189 -
CMYK 0 0.05 0.06 0.21
HSL 0.1% 0.76% -
HSV(B) 0.06% 0.79% -
XYZ 51.69 52.92 55.63 -
YUV 193.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 201 190 189 0 0.05 0.06 0.21 5 0.1 0.76
Hex C9 BE BD 0 5 6 15 5 A 4C
Octal 311 276 275 0 5 6 25 5 12 114
Binary 11001001 10111110 10111101 0 101 110 10101 101 1010 1001100

Color Harmonies of #C9BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEBD

Black with #C9BEBD

Text Example


Text Example

White with #C9BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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