#C2925B

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

Shades of Twine #C2925B

Tints of Twine #C2925B

Color information

#C2925B (or 0xC2925B) is unknown color: approx Twine. HEX triplet: C2, 92 and 5B. RGB value is (194,146,91). Sum of RGB (Red+Green+Blue) = 194+146+91=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2925B is #3D6DA4. Grayscale: #9A9A9A. Windows color (decimal): -4025765 or 6001346. OLE color: 6001346.

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

Color convert

RGB19414691-
CMYK00.250.530.24
HSL32.04º45.78%55.88%-
HSV(B)32.04º53.09%76.08%-
XYZ34.4232.7814.41-
YUV154.0892.4156.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 91 (35.94% from 255) = 21.11%
R=45.01%
G=33.87%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941469100.250.530.2432.0445.7855.88
HexC2925B0193518202e38
Octal3022221330316530405670
Binary1100001010010010101101101100111010111000100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2925B; }

 p { color: rgb(194,146,91); }

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

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

 a { background-color: rgb(194,146,91); }

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

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

 span { border-color: rgb(194,146,91); }

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