#C0865B

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

Shades of Twine #C0865B

Tints of Twine #C0865B

Color information

#C0865B (or 0xC0865B) is unknown color: approx Twine. HEX triplet: C0, 86 and 5B. RGB value is (192,134,91). Sum of RGB (Red+Green+Blue) = 192+134+91=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0865B is #3F79A4. Grayscale: #929292. Windows color (decimal): -4159909 or 5998272. OLE color: 5998272.

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

Color convert

RGB19213491-
CMYK00.300.530.25
HSL25.54º44.49%55.49%-
HSV(B)25.54º52.6%75.29%-
XYZ32.1529.0113.8-
YUV146.4496.72160.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=46.04%
G=32.13%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921349100.300.530.2525.5444.4955.49
HexC0865B01E35191a2c37
Octal3002061330366531325467
Binary110000001000011010110110111101101011100111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0865B; }

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

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

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

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

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

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

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

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