#C1994C

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

Shades of Tussock #C1994C

Tints of Tussock #C1994C

Color information

#C1994C (or 0xC1994C) is unknown color: approx Tussock. HEX triplet: C1, 99 and 4C. RGB value is (193,153,76). Sum of RGB (Red+Green+Blue) = 193+153+76=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1994C is #3E66B3. Grayscale: #9C9C9C. Windows color (decimal): -4089524 or 5020097. OLE color: 5020097.

HSL color Cylindrical-coordinate representation of color #C1994C: hue angle of 39.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1994C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19315376-
CMYK00.210.610.24
HSL39.49º48.55%52.75%-
HSV(B)39.49º60.62%75.69%-
XYZ34.6934.6411.7-
YUV156.1882.75154.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 76 (30.08% from 255) = 18.01%
R=45.73%
G=36.26%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931537600.210.610.2439.4948.5552.75
HexC1994C0153D18273135
Octal3012311140257530476165
Binary1100000110011001100110001010111110111000100111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1994C; }

 p { color: rgb(193,153,76); }

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

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

 a { background-color: rgb(193,153,76); }

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

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

 span { border-color: rgb(193,153,76); }

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