#C1984F

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

Shades of Tussock #C1984F

Tints of Tussock #C1984F

Color information

#C1984F (or 0xC1984F) is unknown color: approx Tussock. HEX triplet: C1, 98 and 4F. RGB value is (193,152,79). Sum of RGB (Red+Green+Blue) = 193+152+79=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1984F is #3E67B0. Grayscale: #9C9C9C. Windows color (decimal): -4089777 or 5216449. OLE color: 5216449.

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

Color convert

RGB19315279-
CMYK00.210.590.24
HSL38.42º47.9%53.33%-
HSV(B)38.42º59.07%75.69%-
XYZ34.6334.3612.2-
YUV155.9484.58154.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=45.52%
G=35.85%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931527900.210.590.2438.4247.953.33
HexC1984F0153B18263035
Octal3012301170257330466065
Binary1100000110011000100111101010111101111000100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1984F; }

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

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

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

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

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

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

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

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