Html Css Color HEX #C4BFAC Grey Nickel

📋 copy color: '#C4BFAC'

red 196 ◦ green 191 ◦ blue 172

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

Shades of Grey Nickel #C4BFAC

Tints of Grey Nickel #C4BFAC

RGB

 RED value IS 196 (76.95% from 255) = 35.06%

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

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

R = 35.06%
G = 34.17%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C4BFAC (or 0xC4BFAC) is known color: Grey Nickel. HEX triplet: C4, BF and AC. RGB value is (196,191,172). Sum of RGB (Red+Green+Blue) = 196+191+172=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAC is #3B4053. Grayscale: #BEBEBE. Windows color (decimal): -3883092 or 11321284. OLE color: 11321284.

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

Color convert

RGB 196 191 172 -
CMYK 0 0.03 0.12 0.23
HSL 47.5º 0.17% 0.72% -
HSV(B) 47.5º 0.12% 0.77% -
XYZ 48.84 51.98 46.49 -
YUV 190.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 196 191 172 0 0.03 0.12 0.23 47.5 0.17 0.72
Hex C4 BF AC 0 3 C 17 30 11 48
Octal 304 277 254 0 3 14 27 60 21 110
Binary 11000100 10111111 10101100 0 11 1100 10111 110000 10001 1001000

Color Harmonies of #C4BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFAC

Black with #C4BFAC

Text Example


Text Example

White with #C4BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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