#C28F46

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

Shades of Tussock #C28F46

Tints of Tussock #C28F46

Color information

#C28F46 (or 0xC28F46) is unknown color: approx Tussock. HEX triplet: C2, 8F and 46. RGB value is (194,143,70). Sum of RGB (Red+Green+Blue) = 194+143+70=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F46 is #3D70B9. Grayscale: #969696. Windows color (decimal): -4026554 or 4624322. OLE color: 4624322.

HSL color Cylindrical-coordinate representation of color #C28F46: hue angle of 35.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C28F46 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19414370-
CMYK00.260.640.24
HSL35.32º50.41%51.76%-
HSV(B)35.32º63.92%76.08%-
XYZ33.1831.5610.14-
YUV149.9382.9159.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=47.67%
G=35.14%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941437000.260.640.2435.3250.4151.76
HexC28F4601A4018233234
Octal30221710603210030436264
Binary11000010100011111000110011010100000011000100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F46; }

 p { color: rgb(194,143,70); }

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

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

 a { background-color: rgb(194,143,70); }

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

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

 span { border-color: rgb(194,143,70); }

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