#C19451

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

Shades of Tussock #C19451

Tints of Tussock #C19451

Color information

#C19451 (or 0xC19451) is unknown color: approx Tussock. HEX triplet: C1, 94 and 51. RGB value is (193,148,81). Sum of RGB (Red+Green+Blue) = 193+148+81=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C19451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19451 is #3E6BAE. Grayscale: #9A9A9A. Windows color (decimal): -4090799 or 5346497. OLE color: 5346497.

HSL color Cylindrical-coordinate representation of color #C19451: hue angle of 35.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C19451 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19314881-
CMYK00.230.580.24
HSL35.89º47.46%53.73%-
HSV(B)35.89º58.03%75.69%-
XYZ34.0733.1112.38-
YUV153.8286.91155.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 81 (32.03% from 255) = 19.19%
R=45.73%
G=35.07%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931488100.230.580.2435.8947.4653.73
HexC194510173A18242f36
Octal3012241210277230445766
Binary1100000110010100101000101011111101011000100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19451; }

 p { color: rgb(193,148,81); }

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

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

 a { background-color: rgb(193,148,81); }

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

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

 span { border-color: rgb(193,148,81); }

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