#C0864A

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

Shades of Tussock #C0864A

Tints of Tussock #C0864A

Color information

#C0864A (or 0xC0864A) is unknown color: approx Tussock. HEX triplet: C0, 86 and 4A. RGB value is (192,134,74). Sum of RGB (Red+Green+Blue) = 192+134+74=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0864A is #3F79B5. Grayscale: #909090. Windows color (decimal): -4159926 or 4884160. OLE color: 4884160.

HSL color Cylindrical-coordinate representation of color #C0864A: hue angle of 30.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0864A is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19213474-
CMYK00.300.610.25
HSL30.51º48.36%52.16%-
HSV(B)30.51º61.46%75.29%-
XYZ31.528.7510.37-
YUV144.588.22161.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 74 (29.30% from 255) = 18.5%
R=48%
G=33.5%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921347400.300.610.2530.5148.3652.16
HexC0864A01E3D191f3034
Octal3002061120367531376064
Binary110000001000011010010100111101111011100111111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0864A; }

 p { color: rgb(192,134,74); }

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

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

 a { background-color: rgb(192,134,74); }

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

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

 span { border-color: rgb(192,134,74); }

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