Html Css Color HEX #C5C0AE Grey Nickel

📋 copy color: '#C5C0AE'

red 197 ◦ green 192 ◦ blue 174

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

Shades of Grey Nickel #C5C0AE

Tints of Grey Nickel #C5C0AE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.1%

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

R = 34.99%
G = 34.1%
B = 30.91%

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

#C5C0AE (or 0xC5C0AE) is known color: Grey Nickel. HEX triplet: C5, C0 and AE. RGB value is (197,192,174). Sum of RGB (Red+Green+Blue) = 197+192+174=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C0AE is #3A3F51. Grayscale: #BFBFBF. Windows color (decimal): -3817298 or 11452613. OLE color: 11452613.

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

Color convert

RGB 197 192 174 -
CMYK 0 0.03 0.12 0.23
HSL 46.96º 0.17% 0.73% -
HSV(B) 46.96º 0.12% 0.77% -
XYZ 49.52 52.63 47.59 -
YUV 191.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 197 192 174 0 0.03 0.12 0.23 46.96 0.17 0.73
Hex C5 C0 AE 0 3 C 17 2F 11 49
Octal 305 300 256 0 3 14 27 57 21 111
Binary 11000101 11000000 10101110 0 11 1100 10111 101111 10001 1001001

Color Harmonies of #C5C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C0AE

Black with #C5C0AE

Text Example


Text Example

White with #C5C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C0AE; }

 p { color: rgb(197,192,174); }

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

background-color css

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

 a { background-color: rgb(197,192,174); }

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

border-color css

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

 span { border-color: rgb(197,192,174); }

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