#c0925e

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

Shades of Twine #C0925E

Tints of Twine #C0925E

Color information

#C0925E (or 0xC0925E) is unknown color: approx Twine. HEX triplet: C0, 92 and 5E. RGB value is (192,146,94). Sum of RGB (Red+Green+Blue) = 192+146+94=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0925E is #3F6DA1. Grayscale: #9A9A9A. Windows color (decimal): -4156834 or 6197952. OLE color: 6197952.

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

Color convert

RGB19214694-
CMYK00.240.510.25
HSL31.84º43.75%56.08%-
HSV(B)31.84º51.04%75.29%-
XYZ34.0432.5715.08-
YUV153.8394.24155.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=44.44%
G=33.80%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921469400.240.510.2531.8443.7556.08
HexC0925E0183319202c38
Octal3002221360306331405470
Binary1100000010010010101111001100011001111001100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0925e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0925e; }

 p { color: rgb(192,146,94); }

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

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

 a { background-color: rgb(192,146,94); }

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

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

 span { border-color: rgb(192,146,94); }

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