#C29848

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

Shades of Tussock #C29848

Tints of Tussock #C29848

Color information

#C29848 (or 0xC29848) is unknown color: approx Tussock. HEX triplet: C2, 98 and 48. RGB value is (194,152,72). Sum of RGB (Red+Green+Blue) = 194+152+72=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C29848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29848 is #3D67B7. Grayscale: #9B9B9B. Windows color (decimal): -4024248 or 4757698. OLE color: 4757698.

HSL color Cylindrical-coordinate representation of color #C29848: hue angle of 39.34º 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 #C29848 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19415272-
CMYK00.220.630.24
HSL39.34º50%52.16%-
HSV(B)39.34º62.89%76.08%-
XYZ34.6534.3910.94-
YUV155.4480.91155.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 72 (28.52% from 255) = 17.22%
R=46.41%
G=36.36%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941527200.220.630.2439.345052.16
HexC298480163F18273234
Octal3022301100267730476264
Binary1100001010011000100100001011011111111000100111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29848; }

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

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

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

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

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

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

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

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