#C7996C

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

Shades of Fallow #C7996C

Tints of Fallow #C7996C

Color information

#C7996C (or 0xC7996C) is unknown color: approx Fallow. HEX triplet: C7, 99 and 6C. RGB value is (199,153,108). Sum of RGB (Red+Green+Blue) = 199+153+108=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7996C is #386693. Grayscale: #A1A1A1. Windows color (decimal): -3696276 or 7117255. OLE color: 7117255.

HSL color Cylindrical-coordinate representation of color #C7996C: hue angle of 29.67º 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 #C7996C is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199153108-
CMYK00.230.460.22
HSL29.67º44.83%60.2%-
HSV(B)29.67º45.73%78.04%-
XYZ37.6536.0119.15-
YUV161.6297.74154.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=43.26%
G=33.26%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915310800.230.460.2229.6744.8360.2
HexC7996C0172E161e2d3c
Octal3072311540275626365574
Binary110001111001100111011000101111011101011011110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7996C; }

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

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

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

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

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

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

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

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