#C28E48

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

Shades of Tussock #C28E48

Tints of Tussock #C28E48

Color information

#C28E48 (or 0xC28E48) is unknown color: approx Tussock. HEX triplet: C2, 8E and 48. RGB value is (194,142,72). Sum of RGB (Red+Green+Blue) = 194+142+72=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E48 is #3D71B7. Grayscale: #959595. Windows color (decimal): -4026808 or 4755138. OLE color: 4755138.

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

Color convert

RGB19414272-
CMYK00.270.630.24
HSL34.43º50%52.16%-
HSV(B)34.43º62.89%76.08%-
XYZ33.0931.2810.43-
YUV149.5784.23159.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=47.55%
G=34.80%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941427200.270.630.2434.435052.16
HexC28E4801B3F18223234
Octal3022161100337730426264
Binary1100001010001110100100001101111111111000100010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E48; }

 p { color: rgb(194,142,72); }

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

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

 a { background-color: rgb(194,142,72); }

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

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

 span { border-color: rgb(194,142,72); }

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