Shades of Twine #C28E5C
Tints of Twine #C28E5C
RGB
CMYK
RGB Variations
Color information
#C28E5C (or 0xC28E5C) is known color: Twine. HEX triplet: C2, 8E and 5C. RGB value is (194,142,92). Sum of RGB (Red+Green+Blue) = 194+142+92=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E5C is #3D71A3. Grayscale: #989898. Windows color (decimal): -4026788 or 6065858. OLE color: 6065858.
HSL color Cylindrical-coordinate representation of color #C28E5C: hue angle of 29.41º 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 #C28E5C is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 92 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.24 |
| HSL | 29.41º | 0.46% | 0.56% | - |
| HSV(B) | 29.41º | 0.53% | 0.76% | - |
| XYZ | 33.85 | 31.59 | 14.44 | - |
| YUV | 151.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 92 | 0 | 0.27 | 0.53 | 0.24 | 29.41 | 0.46 | 0.56 |
| Hex | C2 | 8E | 5C | 0 | 1B | 35 | 18 | 1D | 2E | 38 |
| Octal | 302 | 216 | 134 | 0 | 33 | 65 | 30 | 35 | 56 | 70 |
| Binary | 11000010 | 10001110 | 1011100 | 0 | 11011 | 110101 | 11000 | 11101 | 101110 | 111000 |
Color Harmonies of #C28E5C
Complementary color
Monochromatic Colors of #C28E5C
Black with #C28E5C
Text Example
Text Example
White with #C28E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E5C; }
p { color: rgb(194,142,92); }
H1.HeaderClassName
{
color: #C28E5C;
}
.AnyTagClassName
{
color: #C28E5C;
}
</style>
background-color css
<style>
a { background-color: #C28E5C; }
a { background-color: rgb(194,142,92); }
div.DivClassName
{
background-color: #C28E5C;
}
.BgClassName
{
background-color: #C28E5C;
}
</style>
border-color css
<style>
span { border-color: #C28E5C; }
span { border-color: rgb(194,142,92); }
td.TdClassName
{
border-color: #C28E5C;
}
.TagClassName
{
border-color: #C28E5C;
}
</style>