#C08760

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

Shades of Twine #C08760

Tints of Twine #C08760

Color information

#C08760 (or 0xC08760) is unknown color: approx Twine. HEX triplet: C0, 87 and 60. RGB value is (192,135,96). Sum of RGB (Red+Green+Blue) = 192+135+96=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08760 is #3F789F. Grayscale: #939393. Windows color (decimal): -4159648 or 6326208. OLE color: 6326208.

HSL color Cylindrical-coordinate representation of color #C08760: hue angle of 24.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C08760 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19213596-
CMYK00.300.500.25
HSL24.38º43.24%56.47%-
HSV(B)24.38º50%75.29%-
XYZ32.5129.3815.02-
YUV147.698.88159.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=45.39%
G=31.91%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921359600.300.500.2524.3843.2456.47
HexC0876001E3219182b38
Octal3002071400366231305370
Binary110000001000011111000000111101100101100111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08760; }

 p { color: rgb(192,135,96); }

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

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

 a { background-color: rgb(192,135,96); }

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

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

 span { border-color: rgb(192,135,96); }

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