#C1984E

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

Shades of Tussock #C1984E

Tints of Tussock #C1984E

Color information

#C1984E (or 0xC1984E) is unknown color: approx Tussock. HEX triplet: C1, 98 and 4E. RGB value is (193,152,78). Sum of RGB (Red+Green+Blue) = 193+152+78=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1984E is #3E67B1. Grayscale: #9C9C9C. Windows color (decimal): -4089778 or 5150913. OLE color: 5150913.

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

Color convert

RGB19315278-
CMYK00.210.600.24
HSL38.61º48.12%53.14%-
HSV(B)38.61º59.59%75.69%-
XYZ34.634.3412.01-
YUV155.8284.08154.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=45.63%
G=35.93%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931527800.210.600.2438.6148.1253.14
HexC1984E0153C18273035
Octal3012301160257430476065
Binary1100000110011000100111001010111110011000100111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1984E; }

 p { color: rgb(193,152,78); }

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

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

 a { background-color: rgb(193,152,78); }

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

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

 span { border-color: rgb(193,152,78); }

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