Html Css Color HEX #C1BEB1 Grey Nickel

📋 copy color: '#C1BEB1'

red 193 ◦ green 190 ◦ blue 177

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

Shades of Grey Nickel #C1BEB1

Tints of Grey Nickel #C1BEB1

RGB

 RED value IS 193 (75.78% from 255) = 34.46%

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

 BLUE value IS 177 (69.53% from 255) = 31.61%

R = 34.46%
G = 33.93%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C1BEB1 (or 0xC1BEB1) is known color: Grey Nickel. HEX triplet: C1, BE and B1. RGB value is (193,190,177). Sum of RGB (Red+Green+Blue) = 193+190+177=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEB1 is #3E414E. Grayscale: #BDBDBD. Windows color (decimal): -4079951 or 11648705. OLE color: 11648705.

HSL color Cylindrical-coordinate representation of color #C1BEB1: hue angle of 48.75º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1BEB1 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 190 177 -
CMYK 0 0.02 0.08 0.24
HSL 48.75º 0.11% 0.73% -
HSV(B) 48.75º 0.08% 0.76% -
XYZ 48.34 51.34 48.96 -
YUV 189.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 193 190 177 0 0.02 0.08 0.24 48.75 0.11 0.73
Hex C1 BE B1 0 2 8 18 31 B 49
Octal 301 276 261 0 2 10 30 61 13 111
Binary 11000001 10111110 10110001 0 10 1000 11000 110001 1011 1001001

Color Harmonies of #C1BEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEB1

Black with #C1BEB1

Text Example


Text Example

White with #C1BEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEB1; }

 p { color: rgb(193,190,177); }

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

background-color css

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

 a { background-color: rgb(193,190,177); }

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

border-color css

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

 span { border-color: rgb(193,190,177); }

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