Html Css Color HEX #C6C0AB Grey Nickel

📋 copy color: '#C6C0AB'

red 198 ◦ green 192 ◦ blue 171

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

Shades of Grey Nickel #C6C0AB

Tints of Grey Nickel #C6C0AB

RGB

 RED value IS 198 (77.73% from 255) = 35.29%

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

 BLUE value IS 171 (67.19% from 255) = 30.48%

R = 35.29%
G = 34.22%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6C0AB (or 0xC6C0AB) is known color: Grey Nickel. HEX triplet: C6, C0 and AB. RGB value is (198,192,171). Sum of RGB (Red+Green+Blue) = 198+192+171=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C0AB is #393F54. Grayscale: #BFBFBF. Windows color (decimal): -3751765 or 11256006. OLE color: 11256006.

HSL color Cylindrical-coordinate representation of color #C6C0AB: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6C0AB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 171 -
CMYK 0 0.03 0.14 0.22
HSL 46.67º 0.19% 0.72% -
HSV(B) 46.67º 0.14% 0.78% -
XYZ 49.49 52.65 46.08 -
YUV 191.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 198 192 171 0 0.03 0.14 0.22 46.67 0.19 0.72
Hex C6 C0 AB 0 3 E 16 2F 13 48
Octal 306 300 253 0 3 16 26 57 23 110
Binary 11000110 11000000 10101011 0 11 1110 10110 101111 10011 1001000

Color Harmonies of #C6C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C0AB

Black with #C6C0AB

Text Example


Text Example

White with #C6C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C0AB; }

 p { color: rgb(198,192,171); }

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

background-color css

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

 a { background-color: rgb(198,192,171); }

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

border-color css

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

 span { border-color: rgb(198,192,171); }

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