Shades of Twine #C28453
Tints of Twine #C28453
RGB
CMYK
RGB Variations
Color information
#C28453 (or 0xC28453) is known color: Twine. HEX triplet: C2, 84 and 53. RGB value is (194,132,83). Sum of RGB (Red+Green+Blue) = 194+132+83=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C28453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28453 is #3D7BAC. Grayscale: #919191. Windows color (decimal): -4029357 or 5473474. OLE color: 5473474.
HSL color Cylindrical-coordinate representation of color #C28453: hue angle of 26.49º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C28453 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 83 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.24 |
| HSL | 26.49º | 0.48% | 0.54% | - |
| HSV(B) | 26.49º | 0.57% | 0.76% | - |
| XYZ | 32.06 | 28.6 | 12.01 | - |
| YUV | 144.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 83 | 0 | 0.32 | 0.57 | 0.24 | 26.49 | 0.48 | 0.54 |
| Hex | C2 | 84 | 53 | 0 | 20 | 39 | 18 | 1A | 30 | 36 |
| Octal | 302 | 204 | 123 | 0 | 40 | 71 | 30 | 32 | 60 | 66 |
| Binary | 11000010 | 10000100 | 1010011 | 0 | 100000 | 111001 | 11000 | 11010 | 110000 | 110110 |
Color Harmonies of #C28453
Complementary color
Monochromatic Colors of #C28453
Black with #C28453
Text Example
Text Example
White with #C28453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28453; }
p { color: rgb(194,132,83); }
H1.HeaderClassName
{
color: #C28453;
}
.AnyTagClassName
{
color: #C28453;
}
</style>
background-color css
<style>
a { background-color: #C28453; }
a { background-color: rgb(194,132,83); }
div.DivClassName
{
background-color: #C28453;
}
.BgClassName
{
background-color: #C28453;
}
</style>
border-color css
<style>
span { border-color: #C28453; }
span { border-color: rgb(194,132,83); }
td.TdClassName
{
border-color: #C28453;
}
.TagClassName
{
border-color: #C28453;
}
</style>