#C29952

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

Shades of Tussock #C29952

Tints of Tussock #C29952

Color information

#C29952 (or 0xC29952) is unknown color: approx Tussock. HEX triplet: C2, 99 and 52. RGB value is (194,153,82). Sum of RGB (Red+Green+Blue) = 194+153+82=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C29952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29952 is #3D66AD. Grayscale: #9D9D9D. Windows color (decimal): -4023982 or 5413314. OLE color: 5413314.

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

Color convert

RGB19415382-
CMYK00.210.580.24
HSL38.04º47.86%54.12%-
HSV(B)38.04º57.73%76.08%-
XYZ35.1634.8612.86-
YUV157.1785.58154.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 82 (32.42% from 255) = 19.11%
R=45.22%
G=35.66%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941538200.210.580.2438.0447.8654.12
HexC299520153A18263036
Octal3022311220257230466066
Binary1100001010011001101001001010111101011000100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29952; }

 p { color: rgb(194,153,82); }

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

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

 a { background-color: rgb(194,153,82); }

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

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

 span { border-color: rgb(194,153,82); }

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