Html Css Color HEX #C1BDB0 Grey Nickel

📋 copy color: '#C1BDB0'

red 193 ◦ green 189 ◦ blue 176

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

Shades of Grey Nickel #C1BDB0

Tints of Grey Nickel #C1BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.87%

 BLUE value IS 176 (69.14% from 255) = 31.54%

R = 34.59%
G = 33.87%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C1BDB0 (or 0xC1BDB0) is known color: Grey Nickel. HEX triplet: C1, BD and B0. RGB value is (193,189,176). Sum of RGB (Red+Green+Blue) = 193+189+176=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDB0 is #3E424F. Grayscale: #BCBCBC. Windows color (decimal): -4080208 or 11582913. OLE color: 11582913.

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

Color convert

RGB 193 189 176 -
CMYK 0 0.02 0.09 0.24
HSL 45.88º 0.12% 0.72% -
HSV(B) 45.88º 0.09% 0.76% -
XYZ 48.03 50.87 48.36 -
YUV 188.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 193 189 176 0 0.02 0.09 0.24 45.88 0.12 0.72
Hex C1 BD B0 0 2 9 18 2E C 48
Octal 301 275 260 0 2 11 30 56 14 110
Binary 11000001 10111101 10110000 0 10 1001 11000 101110 1100 1001000

Color Harmonies of #C1BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDB0

Black with #C1BDB0

Text Example


Text Example

White with #C1BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDB0; }

 p { color: rgb(193,189,176); }

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

background-color css

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

 a { background-color: rgb(193,189,176); }

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

border-color css

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

 span { border-color: rgb(193,189,176); }

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