Html Css Color HEX #C1BEB3 Grey Nickel

📋 copy color: '#C1BEB3'

red 193 ◦ green 190 ◦ blue 179

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

Shades of Grey Nickel #C1BEB3

Tints of Grey Nickel #C1BEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.85%

R = 34.34%
G = 33.81%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C1BEB3 (or 0xC1BEB3) is known color: Grey Nickel. HEX triplet: C1, BE and B3. RGB value is (193,190,179). Sum of RGB (Red+Green+Blue) = 193+190+179=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEB3 is #3E414C. Grayscale: #BDBDBD. Windows color (decimal): -4079949 or 11779777. OLE color: 11779777.

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

Color convert

RGB 193 190 179 -
CMYK 0 0.02 0.07 0.24
HSL 47.14º 0.1% 0.73% -
HSV(B) 47.14º 0.07% 0.76% -
XYZ 48.54 51.42 50.01 -
YUV 189.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 193 190 179 0 0.02 0.07 0.24 47.14 0.1 0.73
Hex C1 BE B3 0 2 7 18 2F A 49
Octal 301 276 263 0 2 7 30 57 12 111
Binary 11000001 10111110 10110011 0 10 111 11000 101111 1010 1001001

Color Harmonies of #C1BEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEB3

Black with #C1BEB3

Text Example


Text Example

White with #C1BEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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