#C7956C

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

Shades of Fallow #C7956C

Tints of Fallow #C7956C

Color information

#C7956C (or 0xC7956C) is unknown color: approx Fallow. HEX triplet: C7, 95 and 6C. RGB value is (199,149,108). Sum of RGB (Red+Green+Blue) = 199+149+108=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7956C is #386A93. Grayscale: #9F9F9F. Windows color (decimal): -3697300 or 7116231. OLE color: 7116231.

HSL color Cylindrical-coordinate representation of color #C7956C: hue angle of 27.03º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7956C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199149108-
CMYK00.250.460.22
HSL27.03º44.83%60.2%-
HSV(B)27.03º45.73%78.04%-
XYZ37.0134.7218.94-
YUV159.2899.06156.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=43.64%
G=32.68%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914910800.250.460.2227.0344.8360.2
HexC7956C0192E161b2d3c
Octal3072251540315626335574
Binary110001111001010111011000110011011101011011011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7956C; }

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

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

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

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

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

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

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

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