#C0895C

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

Shades of Twine #C0895C

Tints of Twine #C0895C

Color information

#C0895C (or 0xC0895C) is unknown color: approx Twine. HEX triplet: C0, 89 and 5C. RGB value is (192,137,92). Sum of RGB (Red+Green+Blue) = 192+137+92=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0895C is #3F76A3. Grayscale: #949494. Windows color (decimal): -4159140 or 6064576. OLE color: 6064576.

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

Color convert

RGB19213792-
CMYK00.290.520.25
HSL27º44.25%55.69%-
HSV(B)27º52.08%75.29%-
XYZ32.6229.8714.17-
YUV148.3296.22159.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=45.61%
G=32.54%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921379200.290.520.252744.2555.69
HexC0895C01D34191b2c38
Octal3002111340356431335470
Binary110000001000100110111000111011101001100111011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0895C; }

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

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

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

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

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

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

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

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