#C9995F

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

Shades of Fallow #C9995F

Tints of Fallow #C9995F

Color information

#C9995F (or 0xC9995F) is unknown color: approx Fallow. HEX triplet: C9, 99 and 5F. RGB value is (201,153,95). Sum of RGB (Red+Green+Blue) = 201+153+95=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9995F is #3666A0. Grayscale: #A1A1A1. Windows color (decimal): -3565217 or 6265289. OLE color: 6265289.

HSL color Cylindrical-coordinate representation of color #C9995F: hue angle of 32.83º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9995F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20115395-
CMYK00.240.530.21
HSL32.83º49.53%58.04%-
HSV(B)32.83º52.74%78.82%-
XYZ37.5436.0315.8-
YUV160.7490.9156.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=44.77%
G=34.08%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011539500.240.530.2132.8349.5358.04
HexC9995F018351521323a
Octal3112311370306525416272
Binary1100100110011001101111101100011010110101100001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9995F; }

 p { color: rgb(201,153,95); }

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

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

 a { background-color: rgb(201,153,95); }

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

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

 span { border-color: rgb(201,153,95); }

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