Shades of Twine #C2885C
Tints of Twine #C2885C
RGB
CMYK
RGB Variations
Color information
#C2885C (or 0xC2885C) is known color: Twine. HEX triplet: C2, 88 and 5C. RGB value is (194,136,92). Sum of RGB (Red+Green+Blue) = 194+136+92=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2885C is #3D77A3. Grayscale: #949494. Windows color (decimal): -4028324 or 6064322. OLE color: 6064322.
HSL color Cylindrical-coordinate representation of color #C2885C: hue angle of 25.88º 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 #C2885C is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 92 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.24 |
| HSL | 25.88º | 0.46% | 0.56% | - |
| HSV(B) | 25.88º | 0.53% | 0.76% | - |
| XYZ | 32.98 | 29.85 | 14.15 | - |
| YUV | 148.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 92 | 0 | 0.30 | 0.53 | 0.24 | 25.88 | 0.46 | 0.56 |
| Hex | C2 | 88 | 5C | 0 | 1E | 35 | 18 | 1A | 2E | 38 |
| Octal | 302 | 210 | 134 | 0 | 36 | 65 | 30 | 32 | 56 | 70 |
| Binary | 11000010 | 10001000 | 1011100 | 0 | 11110 | 110101 | 11000 | 11010 | 101110 | 111000 |
Color Harmonies of #C2885C
Complementary color
Monochromatic Colors of #C2885C
Black with #C2885C
Text Example
Text Example
White with #C2885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2885C; }
p { color: rgb(194,136,92); }
H1.HeaderClassName
{
color: #C2885C;
}
.AnyTagClassName
{
color: #C2885C;
}
</style>
background-color css
<style>
a { background-color: #C2885C; }
a { background-color: rgb(194,136,92); }
div.DivClassName
{
background-color: #C2885C;
}
.BgClassName
{
background-color: #C2885C;
}
</style>
border-color css
<style>
span { border-color: #C2885C; }
span { border-color: rgb(194,136,92); }
td.TdClassName
{
border-color: #C2885C;
}
.TagClassName
{
border-color: #C2885C;
}
</style>