#C09265

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

Shades of Fallow #C09265

Tints of Fallow #C09265

Color information

#C09265 (or 0xC09265) is unknown color: approx Fallow. HEX triplet: C0, 92 and 65. RGB value is (192,146,101). Sum of RGB (Red+Green+Blue) = 192+146+101=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C09265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09265 is #3F6D9A. Grayscale: #9A9A9A. Windows color (decimal): -4156827 or 6656704. OLE color: 6656704.

HSL color Cylindrical-coordinate representation of color #C09265: hue angle of 29.67º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C09265 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB192146101-
CMYK00.240.470.25
HSL29.67º41.94%57.45%-
HSV(B)29.67º47.4%75.29%-
XYZ34.3732.716.81-
YUV154.6297.74154.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 101 (39.84% from 255) = 23.01%
R=43.74%
G=33.26%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214610100.240.470.2529.6741.9457.45
HexC092650182F191e2a39
Octal3002221450305731365271
Binary110000001001001011001010110001011111100111110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09265; }

 p { color: rgb(192,146,101); }

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

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

 a { background-color: rgb(192,146,101); }

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

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

 span { border-color: rgb(192,146,101); }

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