#C7966C

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

Shades of Fallow #C7966C

Tints of Fallow #C7966C

Color information

#C7966C (or 0xC7966C) is unknown color: approx Fallow. HEX triplet: C7, 96 and 6C. RGB value is (199,150,108). Sum of RGB (Red+Green+Blue) = 199+150+108=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7966C is #386993. Grayscale: #A0A0A0. Windows color (decimal): -3697044 or 7116487. OLE color: 7116487.

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

Color convert

RGB199150108-
CMYK00.250.460.22
HSL27.69º44.83%60.2%-
HSV(B)27.69º45.73%78.04%-
XYZ37.1735.0418.99-
YUV159.8698.73155.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=43.54%
G=32.82%
B=23.63%

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
Decimal19915010800.250.460.2227.6944.8360.2
HexC7966C0192E161c2d3c
Octal3072261540315626345574
Binary110001111001011011011000110011011101011011100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7966C; }

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

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

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

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

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

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

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

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