#C2915F

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

Shades of Twine #C2915F

Tints of Twine #C2915F

Color information

#C2915F (or 0xC2915F) is unknown color: approx Twine. HEX triplet: C2, 91 and 5F. RGB value is (194,145,95). Sum of RGB (Red+Green+Blue) = 194+145+95=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2915F is #3D6EA0. Grayscale: #9A9A9A. Windows color (decimal): -4026017 or 6263234. OLE color: 6263234.

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

Color convert

RGB19414595-
CMYK00.250.510.24
HSL30.3º44.8%56.67%-
HSV(B)30.3º51.03%76.08%-
XYZ34.4432.5515.29-
YUV153.9594.73156.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=44.70%
G=33.41%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941459500.250.510.2430.344.856.67
HexC2915F01933181e2d39
Octal3022211370316330365571
Binary110000101001000110111110110011100111100011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2915F; }

 p { color: rgb(194,145,95); }

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

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

 a { background-color: rgb(194,145,95); }

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

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

 span { border-color: rgb(194,145,95); }

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