Shades of Twine #C2995A
Tints of Twine #C2995A
RGB
CMYK
RGB Variations
Color information
#C2995A (or 0xC2995A) is known color: Twine. HEX triplet: C2, 99 and 5A. RGB value is (194,153,90). Sum of RGB (Red+Green+Blue) = 194+153+90=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2995A is #3D66A5. Grayscale: #9E9E9E. Windows color (decimal): -4023974 or 5937602. OLE color: 5937602.
HSL color Cylindrical-coordinate representation of color #C2995A: hue angle of 36.35º 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 #C2995A is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 90 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.24 |
| HSL | 36.35º | 0.46% | 0.56% | - |
| HSV(B) | 36.35º | 0.54% | 0.76% | - |
| XYZ | 35.48 | 34.99 | 14.56 | - |
| YUV | 158.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 90 | 0 | 0.21 | 0.54 | 0.24 | 36.35 | 0.46 | 0.56 |
| Hex | C2 | 99 | 5A | 0 | 15 | 36 | 18 | 24 | 2E | 38 |
| Octal | 302 | 231 | 132 | 0 | 25 | 66 | 30 | 44 | 56 | 70 |
| Binary | 11000010 | 10011001 | 1011010 | 0 | 10101 | 110110 | 11000 | 100100 | 101110 | 111000 |
Color Harmonies of #C2995A
Complementary color
Monochromatic Colors of #C2995A
Black with #C2995A
Text Example
Text Example
White with #C2995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2995A; }
p { color: rgb(194,153,90); }
H1.HeaderClassName
{
color: #C2995A;
}
.AnyTagClassName
{
color: #C2995A;
}
</style>
background-color css
<style>
a { background-color: #C2995A; }
a { background-color: rgb(194,153,90); }
div.DivClassName
{
background-color: #C2995A;
}
.BgClassName
{
background-color: #C2995A;
}
</style>
border-color css
<style>
span { border-color: #C2995A; }
span { border-color: rgb(194,153,90); }
td.TdClassName
{
border-color: #C2995A;
}
.TagClassName
{
border-color: #C2995A;
}
</style>