#C0944E

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

Shades of Tussock #C0944E

Tints of Tussock #C0944E

Color information

#C0944E (or 0xC0944E) is unknown color: approx Tussock. HEX triplet: C0, 94 and 4E. RGB value is (192,148,78). Sum of RGB (Red+Green+Blue) = 192+148+78=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0944E is #3F6BB1. Grayscale: #999999. Windows color (decimal): -4156338 or 5149888. OLE color: 5149888.

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

Color convert

RGB19214878-
CMYK00.230.590.25
HSL36.84º47.5%52.94%-
HSV(B)36.84º59.38%75.29%-
XYZ33.732.9411.79-
YUV153.1885.58155.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=45.93%
G=35.41%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921487800.230.590.2536.8447.552.94
HexC0944E0173B19253035
Octal3002241160277331456065
Binary1100000010010100100111001011111101111001100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0944E; }

 p { color: rgb(192,148,78); }

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

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

 a { background-color: rgb(192,148,78); }

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

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

 span { border-color: rgb(192,148,78); }

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