#C0966D

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

Shades of Fallow #C0966D

Tints of Fallow #C0966D

Color information

#C0966D (or 0xC0966D) is unknown color: approx Fallow. HEX triplet: C0, 96 and 6D. RGB value is (192,150,109). Sum of RGB (Red+Green+Blue) = 192+150+109=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0966D is #3F6992. Grayscale: #9E9E9E. Windows color (decimal): -4155795 or 7182016. OLE color: 7182016.

HSL color Cylindrical-coordinate representation of color #C0966D: hue angle of 29.64º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0966D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192150109-
CMYK00.220.430.25
HSL29.64º39.71%59.02%-
HSV(B)29.64º43.23%75.29%-
XYZ35.434.1219.19-
YUV157.88100.41152.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=42.57%
G=33.26%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215010900.220.430.2529.6439.7159.02
HexC0966D0162B191e283b
Octal3002261550265331365073
Binary110000001001011011011010101101010111100111110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0966D; }

 p { color: rgb(192,150,109); }

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

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

 a { background-color: rgb(192,150,109); }

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

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

 span { border-color: rgb(192,150,109); }

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