#C29646

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

Shades of Tussock #C29646

Tints of Tussock #C29646

Color information

#C29646 (or 0xC29646) is unknown color: approx Tussock. HEX triplet: C2, 96 and 46. RGB value is (194,150,70). Sum of RGB (Red+Green+Blue) = 194+150+70=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C29646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29646 is #3D69B9. Grayscale: #9A9A9A. Windows color (decimal): -4024762 or 4626114. OLE color: 4626114.

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

Color convert

RGB19415070-
CMYK00.230.640.24
HSL38.71º50.41%51.76%-
HSV(B)38.71º63.92%76.08%-
XYZ34.2633.7210.5-
YUV154.0480.58156.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=46.86%
G=36.23%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941507000.230.640.2438.7150.4151.76
HexC296460174018273234
Octal30222610602710030476264
Binary11000010100101101000110010111100000011000100111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29646; }

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

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

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

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

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

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

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

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