Html Css Color HEX #C1BCAD Grey Nickel

📋 copy color: '#C1BCAD'

red 193 ◦ green 188 ◦ blue 173

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

Shades of Grey Nickel #C1BCAD

Tints of Grey Nickel #C1BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 34.84%
G = 33.94%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C1BCAD (or 0xC1BCAD) is known color: Grey Nickel. HEX triplet: C1, BC and AD. RGB value is (193,188,173). Sum of RGB (Red+Green+Blue) = 193+188+173=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCAD is #3E4352. Grayscale: #BBBBBB. Windows color (decimal): -4080467 or 11386049. OLE color: 11386049.

HSL color Cylindrical-coordinate representation of color #C1BCAD: hue angle of 45º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BCAD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 188 173 -
CMYK 0 0.03 0.10 0.24
HSL 45º 0.14% 0.72% -
HSV(B) 45º 0.1% 0.76% -
XYZ 47.52 50.32 46.74 -
YUV 187.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 193 188 173 0 0.03 0.10 0.24 45 0.14 0.72
Hex C1 BC AD 0 3 A 18 2D E 48
Octal 301 274 255 0 3 12 30 55 16 110
Binary 11000001 10111100 10101101 0 11 1010 11000 101101 1110 1001000

Color Harmonies of #C1BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BCAD

Black with #C1BCAD

Text Example


Text Example

White with #C1BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BCAD; }

 p { color: rgb(193,188,173); }

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

background-color css

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

 a { background-color: rgb(193,188,173); }

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

border-color css

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

 span { border-color: rgb(193,188,173); }

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