#C9984F

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

Shades of Tussock #C9984F

Tints of Tussock #C9984F

Color information

#C9984F (or 0xC9984F) is unknown color: approx Tussock. HEX triplet: C9, 98 and 4F. RGB value is (201,152,79). Sum of RGB (Red+Green+Blue) = 201+152+79=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9984F is #3667B0. Grayscale: #9E9E9E. Windows color (decimal): -3565489 or 5216457. OLE color: 5216457.

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

Color convert

RGB20115279-
CMYK00.240.610.21
HSL35.9º53.04%54.9%-
HSV(B)35.9º60.7%78.82%-
XYZ36.7335.4412.3-
YUV158.3383.23158.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 79 (31.25% from 255) = 18.29%
R=46.53%
G=35.19%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011527900.240.610.2135.953.0454.9
HexC9984F0183D15243537
Octal3112301170307525446567
Binary1100100110011000100111101100011110110101100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9984F; }

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

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

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

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

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

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

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

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