#C2924B

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

Shades of Tussock #C2924B

Tints of Tussock #C2924B

Color information

#C2924B (or 0xC2924B) is unknown color: approx Tussock. HEX triplet: C2, 92 and 4B. RGB value is (194,146,75). Sum of RGB (Red+Green+Blue) = 194+146+75=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2924B is #3D6DB4. Grayscale: #989898. Windows color (decimal): -4025781 or 4952770. OLE color: 4952770.

HSL color Cylindrical-coordinate representation of color #C2924B: hue angle of 35.8º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2924B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19414675-
CMYK00.250.610.24
HSL35.8º49.38%52.75%-
HSV(B)35.8º61.34%76.08%-
XYZ33.832.5411.16-
YUV152.2684.4157.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=46.75%
G=35.18%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941467500.250.610.2435.849.3852.75
HexC2924B0193D18243135
Octal3022221130317530446165
Binary1100001010010010100101101100111110111000100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2924B; }

 p { color: rgb(194,146,75); }

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

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

 a { background-color: rgb(194,146,75); }

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

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

 span { border-color: rgb(194,146,75); }

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