Html Css Color HEX #C5BFAC Grey Nickel

📋 copy color: '#C5BFAC'

red 197 ◦ green 191 ◦ blue 172

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

Shades of Grey Nickel #C5BFAC

Tints of Grey Nickel #C5BFAC

RGB

 RED value IS 197 (77.34% from 255) = 35.18%

 GREEN value IS 191 (75% from 255) = 34.11%

 BLUE value IS 172 (67.58% from 255) = 30.71%

R = 35.18%
G = 34.11%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5BFAC (or 0xC5BFAC) is known color: Grey Nickel. HEX triplet: C5, BF and AC. RGB value is (197,191,172). Sum of RGB (Red+Green+Blue) = 197+191+172=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAC is #3A4053. Grayscale: #BEBEBE. Windows color (decimal): -3817556 or 11321285. OLE color: 11321285.

HSL color Cylindrical-coordinate representation of color #C5BFAC: hue angle of 45.6º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BFAC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 172 -
CMYK 0 0.03 0.13 0.23
HSL 45.6º 0.18% 0.72% -
HSV(B) 45.6º 0.13% 0.77% -
XYZ 49.1 52.11 46.5 -
YUV 190.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 197 191 172 0 0.03 0.13 0.23 45.6 0.18 0.72
Hex C5 BF AC 0 3 D 17 2E 12 48
Octal 305 277 254 0 3 15 27 56 22 110
Binary 11000101 10111111 10101100 0 11 1101 10111 101110 10010 1001000

Color Harmonies of #C5BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFAC

Black with #C5BFAC

Text Example


Text Example

White with #C5BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFAC; }

 p { color: rgb(197,191,172); }

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

background-color css

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

 a { background-color: rgb(197,191,172); }

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

border-color css

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

 span { border-color: rgb(197,191,172); }

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