#C09260

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

Shades of Twine #C09260

Tints of Twine #C09260

Color information

#C09260 (or 0xC09260) is unknown color: approx Twine. HEX triplet: C0, 92 and 60. RGB value is (192,146,96). Sum of RGB (Red+Green+Blue) = 192+146+96=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C09260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09260 is #3F6D9F. Grayscale: #9A9A9A. Windows color (decimal): -4156832 or 6329024. OLE color: 6329024.

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

Color convert

RGB19214696-
CMYK00.240.500.25
HSL31.25º43.24%56.47%-
HSV(B)31.25º50%75.29%-
XYZ34.1332.6115.56-
YUV154.0595.24155.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=44.24%
G=33.64%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921469600.240.500.2531.2543.2456.47
HexC0926001832191f2b38
Octal3002221400306231375370
Binary110000001001001011000000110001100101100111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09260; }

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

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

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

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

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

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

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

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