Html Css Color HEX #C5C0AF Grey Nickel

📋 copy color: '#C5C0AF'

red 197 ◦ green 192 ◦ blue 175

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

Shades of Grey Nickel #C5C0AF

Tints of Grey Nickel #C5C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.03%

R = 34.93%
G = 34.04%
B = 31.03%

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

#C5C0AF (or 0xC5C0AF) is known color: Grey Nickel. HEX triplet: C5, C0 and AF. RGB value is (197,192,175). Sum of RGB (Red+Green+Blue) = 197+192+175=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C0AF is #3A3F50. Grayscale: #BFBFBF. Windows color (decimal): -3817297 or 11518149. OLE color: 11518149.

HSL color Cylindrical-coordinate representation of color #C5C0AF: 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 #C5C0AF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 192 175 -
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.61 52.66 48.11 -
YUV 191.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 197 192 175 0 0.03 0.11 0.23 46.36 0.16 0.73
Hex C5 C0 AF 0 3 B 17 2E 10 49
Octal 305 300 257 0 3 13 27 56 20 111
Binary 11000101 11000000 10101111 0 11 1011 10111 101110 10000 1001001

Color Harmonies of #C5C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C0AF

Black with #C5C0AF

Text Example


Text Example

White with #C5C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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