Shades of Sunglo #C86153
Tints of Sunglo #C86153
RGB
CMYK
RGB Variations
Color information
#C86153 (or 0xC86153) is known color: Sunglo. HEX triplet: C8, 61 and 53. RGB value is (200,97,83). Sum of RGB (Red+Green+Blue) = 200+97+83=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C86153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86153 is #379EAC. Grayscale: #7E7E7E. Windows color (decimal): -3645101 or 5464520. OLE color: 5464520.
HSL color Cylindrical-coordinate representation of color #C86153: hue angle of 7.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C86153 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 83 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.22 |
| HSL | 7.18º | 0.52% | 0.55% | - |
| HSV(B) | 7.18º | 0.59% | 0.78% | - |
| XYZ | 29.66 | 21.45 | 10.76 | - |
| YUV | 126.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 83 | 0 | 0.52 | 0.58 | 0.22 | 7.18 | 0.52 | 0.55 |
| Hex | C8 | 61 | 53 | 0 | 34 | 3A | 16 | 7 | 34 | 37 |
| Octal | 310 | 141 | 123 | 0 | 64 | 72 | 26 | 7 | 64 | 67 |
| Binary | 11001000 | 1100001 | 1010011 | 0 | 110100 | 111010 | 10110 | 111 | 110100 | 110111 |
Color Harmonies of #C86153
Complementary color
Monochromatic Colors of #C86153
Black with #C86153
Text Example
Text Example
White with #C86153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86153; }
p { color: rgb(200,97,83); }
H1.HeaderClassName
{
color: #C86153;
}
.AnyTagClassName
{
color: #C86153;
}
</style>
background-color css
<style>
a { background-color: #C86153; }
a { background-color: rgb(200,97,83); }
div.DivClassName
{
background-color: #C86153;
}
.BgClassName
{
background-color: #C86153;
}
</style>
border-color css
<style>
span { border-color: #C86153; }
span { border-color: rgb(200,97,83); }
td.TdClassName
{
border-color: #C86153;
}
.TagClassName
{
border-color: #C86153;
}
</style>