#C9956C

Color #C9956C Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C9956C

Tints of Fallow #C9956C

Color information

#C9956C (or 0xC9956C) is unknown color: approx Fallow. HEX triplet: C9, 95 and 6C. RGB value is (201,149,108). Sum of RGB (Red+Green+Blue) = 201+149+108=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9956C is #366A93. Grayscale: #A0A0A0. Windows color (decimal): -3566228 or 7116233. OLE color: 7116233.

HSL color Cylindrical-coordinate representation of color #C9956C: hue angle of 26.45º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9956C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201149108-
CMYK00.260.460.21
HSL26.45º46.27%60.59%-
HSV(B)26.45º46.27%78.82%-
XYZ37.543518.96-
YUV159.8798.73157.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.89%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=43.89%
G=32.53%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114910800.260.460.2126.4546.2760.59
HexC9956C01A2E151a2e3d
Octal3112251540325625325675
Binary110010011001010111011000110101011101010111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9956C; }

 p { color: rgb(201,149,108); }

 H1.HeaderClassName
 {
   color: #C9956C;
 }
 .AnyTagClassName
 {
   color: #C9956C;
 }
</style>
background-color css

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

 a { background-color: rgb(201,149,108); }

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

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

 span { border-color: rgb(201,149,108); }

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