#C0855D

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

Shades of Twine #C0855D

Tints of Twine #C0855D

Color information

#C0855D (or 0xC0855D) is unknown color: approx Twine. HEX triplet: C0, 85 and 5D. RGB value is (192,133,93). Sum of RGB (Red+Green+Blue) = 192+133+93=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0855D is #3F7AA2. Grayscale: #929292. Windows color (decimal): -4160163 or 6129088. OLE color: 6129088.

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

Color convert

RGB19213393-
CMYK00.310.520.25
HSL24.24º44%55.88%-
HSV(B)24.24º51.56%75.29%-
XYZ32.128.7714.22-
YUV146.0898.05160.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=45.93%
G=31.82%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921339300.310.520.2524.244455.88
HexC0855D01F3419182c38
Octal3002051350376431305470
Binary110000001000010110111010111111101001100111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0855D; }

 p { color: rgb(192,133,93); }

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

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

 a { background-color: rgb(192,133,93); }

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

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

 span { border-color: rgb(192,133,93); }

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