#C7904E

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

Shades of Tussock #C7904E

Tints of Tussock #C7904E

Color information

#C7904E (or 0xC7904E) is unknown color: approx Tussock. HEX triplet: C7, 90 and 4E. RGB value is (199,144,78). Sum of RGB (Red+Green+Blue) = 199+144+78=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7904E is #386FB1. Grayscale: #999999. Windows color (decimal): -3698610 or 5148871. OLE color: 5148871.

HSL color Cylindrical-coordinate representation of color #C7904E: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7904E is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19914478-
CMYK00.280.610.22
HSL32.73º51.93%54.31%-
HSV(B)32.73º60.8%78.04%-
XYZ34.932.6411.67-
YUV152.9285.72160.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=47.27%
G=34.20%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991447800.280.610.2232.7351.9354.31
HexC7904E01C3D16213436
Octal3072201160347526416466
Binary1100011110010000100111001110011110110110100001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7904E; }

 p { color: rgb(199,144,78); }

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

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

 a { background-color: rgb(199,144,78); }

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

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

 span { border-color: rgb(199,144,78); }

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