#C0895B

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

Shades of Twine #C0895B

Tints of Twine #C0895B

Color information

#C0895B (or 0xC0895B) is unknown color: approx Twine. HEX triplet: C0, 89 and 5B. RGB value is (192,137,91). Sum of RGB (Red+Green+Blue) = 192+137+91=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0895B is #3F76A4. Grayscale: #949494. Windows color (decimal): -4159141 or 5999040. OLE color: 5999040.

HSL color Cylindrical-coordinate representation of color #C0895B: hue angle of 27.33º 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 #C0895B is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19213791-
CMYK00.290.530.25
HSL27.33º44.49%55.49%-
HSV(B)27.33º52.6%75.29%-
XYZ32.5729.8513.94-
YUV148.295.72159.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=45.71%
G=32.62%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921379100.290.530.2527.3344.4955.49
HexC0895B01D35191b2c37
Octal3002111330356531335467
Binary110000001000100110110110111011101011100111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0895B; }

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

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

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

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

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

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

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

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