Html Css Color HEX #C4BFAE Grey Nickel

📋 copy color: '#C4BFAE'

red 196 ◦ green 191 ◦ blue 174

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

Shades of Grey Nickel #C4BFAE

Tints of Grey Nickel #C4BFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.02%

R = 34.94%
G = 34.05%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C4BFAE (or 0xC4BFAE) is known color: Grey Nickel. HEX triplet: C4, BF and AE. RGB value is (196,191,174). Sum of RGB (Red+Green+Blue) = 196+191+174=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAE is #3B4051. Grayscale: #BEBEBE. Windows color (decimal): -3883090 or 11452356. OLE color: 11452356.

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

Color convert

RGB 196 191 174 -
CMYK 0 0.03 0.11 0.23
HSL 46.36º 0.16% 0.73% -
HSV(B) 46.36º 0.11% 0.77% -
XYZ 49.04 52.05 47.51 -
YUV 190.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 196 191 174 0 0.03 0.11 0.23 46.36 0.16 0.73
Hex C4 BF AE 0 3 B 17 2E 10 49
Octal 304 277 256 0 3 13 27 56 20 111
Binary 11000100 10111111 10101110 0 11 1011 10111 101110 10000 1001001

Color Harmonies of #C4BFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFAE

Black with #C4BFAE

Text Example


Text Example

White with #C4BFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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