#CC984E

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

Shades of Tussock #CC984E

Tints of Tussock #CC984E

Color information

#CC984E (or 0xCC984E) is unknown color: approx Tussock. HEX triplet: CC, 98 and 4E. RGB value is (204,152,78). Sum of RGB (Red+Green+Blue) = 204+152+78=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC984E is #3367B1. Grayscale: #9F9F9F. Windows color (decimal): -3368882 or 5150924. OLE color: 5150924.

HSL color Cylindrical-coordinate representation of color #CC984E: hue angle of 35.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC984E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB20415278-
CMYK00.250.620.2
HSL35.24º55.26%55.29%-
HSV(B)35.24º61.76%80%-
XYZ37.5135.8412.15-
YUV159.1182.23160.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 78 (30.86% from 255) = 17.97%
R=47.00%
G=35.02%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041527800.250.620.235.2455.2655.29
HexCC984E0193E14233737
Octal3142301160317624436767
Binary1100110010011000100111001100111111010100100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC984E; }

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

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

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

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

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

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

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

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