#C29A50

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

Shades of Tussock #C29A50

Tints of Tussock #C29A50

Color information

#C29A50 (or 0xC29A50) is unknown color: approx Tussock. HEX triplet: C2, 9A and 50. RGB value is (194,154,80). Sum of RGB (Red+Green+Blue) = 194+154+80=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A50 is #3D65AF. Grayscale: #9D9D9D. Windows color (decimal): -4023728 or 5282498. OLE color: 5282498.

HSL color Cylindrical-coordinate representation of color #C29A50: hue angle of 38.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C29A50 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19415480-
CMYK00.210.590.24
HSL38.95º48.31%53.73%-
HSV(B)38.95º58.76%76.08%-
XYZ35.2535.1612.52-
YUV157.5284.25154.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 154 (60.55% from 255) = 35.98%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=45.33%
G=35.98%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941548000.210.590.2438.9548.3153.73
HexC29A500153B18273036
Octal3022321200257330476066
Binary1100001010011010101000001010111101111000100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A50; }

 p { color: rgb(194,154,80); }

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

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

 a { background-color: rgb(194,154,80); }

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

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

 span { border-color: rgb(194,154,80); }

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