#C0944A

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

Shades of Tussock #C0944A

Tints of Tussock #C0944A

Color information

#C0944A (or 0xC0944A) is unknown color: approx Tussock. HEX triplet: C0, 94 and 4A. RGB value is (192,148,74). Sum of RGB (Red+Green+Blue) = 192+148+74=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0944A is #3F6BB5. Grayscale: #999999. Windows color (decimal): -4156342 or 4887744. OLE color: 4887744.

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

Color convert

RGB19214874-
CMYK00.230.610.25
HSL37.63º48.36%52.16%-
HSV(B)37.63º61.46%75.29%-
XYZ33.5632.8811.06-
YUV152.7283.58156.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=46.38%
G=35.75%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921487400.230.610.2537.6348.3652.16
HexC0944A0173D19263034
Octal3002241120277531466064
Binary1100000010010100100101001011111110111001100110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0944A; }

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

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

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

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

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

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

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

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