#C0924C

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

Shades of Tussock #C0924C

Tints of Tussock #C0924C

Color information

#C0924C (or 0xC0924C) is unknown color: approx Tussock. HEX triplet: C0, 92 and 4C. RGB value is (192,146,76). Sum of RGB (Red+Green+Blue) = 192+146+76=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0924C is #3F6DB3. Grayscale: #989898. Windows color (decimal): -4156852 or 5018304. OLE color: 5018304.

HSL color Cylindrical-coordinate representation of color #C0924C: hue angle of 36.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0924C is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19214676-
CMYK00.240.600.25
HSL36.21º47.93%52.55%-
HSV(B)36.21º60.42%75.29%-
XYZ33.3232.2911.31-
YUV151.7785.24156.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=46.38%
G=35.27%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921467600.240.600.2536.2147.9352.55
HexC0924C0183C19243035
Octal3002221140307431446065
Binary1100000010010010100110001100011110011001100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0924C; }

 p { color: rgb(192,146,76); }

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

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

 a { background-color: rgb(192,146,76); }

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

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

 span { border-color: rgb(192,146,76); }

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