Shades of Twine #C2925A
Tints of Twine #C2925A
RGB
CMYK
RGB Variations
Color information
#C2925A (or 0xC2925A) is known color: Twine. HEX triplet: C2, 92 and 5A. RGB value is (194,146,90). Sum of RGB (Red+Green+Blue) = 194+146+90=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2925A is #3D6DA5. Grayscale: #9A9A9A. Windows color (decimal): -4025766 or 5935810. OLE color: 5935810.
HSL color Cylindrical-coordinate representation of color #C2925A: hue angle of 32.31º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2925A is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 90 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.24 |
| HSL | 32.31º | 0.46% | 0.56% | - |
| HSV(B) | 32.31º | 0.54% | 0.76% | - |
| XYZ | 34.37 | 32.77 | 14.19 | - |
| YUV | 153.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 90 | 0 | 0.25 | 0.54 | 0.24 | 32.31 | 0.46 | 0.56 |
| Hex | C2 | 92 | 5A | 0 | 19 | 36 | 18 | 20 | 2E | 38 |
| Octal | 302 | 222 | 132 | 0 | 31 | 66 | 30 | 40 | 56 | 70 |
| Binary | 11000010 | 10010010 | 1011010 | 0 | 11001 | 110110 | 11000 | 100000 | 101110 | 111000 |
Color Harmonies of #C2925A
Complementary color
Monochromatic Colors of #C2925A
Black with #C2925A
Text Example
Text Example
White with #C2925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2925A; }
p { color: rgb(194,146,90); }
H1.HeaderClassName
{
color: #C2925A;
}
.AnyTagClassName
{
color: #C2925A;
}
</style>
background-color css
<style>
a { background-color: #C2925A; }
a { background-color: rgb(194,146,90); }
div.DivClassName
{
background-color: #C2925A;
}
.BgClassName
{
background-color: #C2925A;
}
</style>
border-color css
<style>
span { border-color: #C2925A; }
span { border-color: rgb(194,146,90); }
td.TdClassName
{
border-color: #C2925A;
}
.TagClassName
{
border-color: #C2925A;
}
</style>