#C0914E

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

Shades of Tussock #C0914E

Tints of Tussock #C0914E

Color information

#C0914E (or 0xC0914E) is unknown color: approx Tussock. HEX triplet: C0, 91 and 4E. RGB value is (192,145,78). Sum of RGB (Red+Green+Blue) = 192+145+78=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0914E is #3F6EB1. Grayscale: #979797. Windows color (decimal): -4157106 or 5149120. OLE color: 5149120.

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

Color convert

RGB19214578-
CMYK00.240.590.25
HSL35.26º47.5%52.94%-
HSV(B)35.26º59.38%75.29%-
XYZ33.2432.0111.63-
YUV151.4286.57156.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=46.27%
G=34.94%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921457800.240.590.2535.2647.552.94
HexC0914E0183B19233035
Octal3002211160307331436065
Binary1100000010010001100111001100011101111001100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0914E; }

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

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

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

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

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

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

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

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