Shades of Sunglo #C8614E
Tints of Sunglo #C8614E
RGB
CMYK
RGB Variations
Color information
#C8614E (or 0xC8614E) is known color: Sunglo. HEX triplet: C8, 61 and 4E. RGB value is (200,97,78). Sum of RGB (Red+Green+Blue) = 200+97+78=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8614E is #379EB1. Grayscale: #7D7D7D. Windows color (decimal): -3645106 or 5136840. OLE color: 5136840.
HSL color Cylindrical-coordinate representation of color #C8614E: hue angle of 9.34º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8614E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 78 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.22 |
| HSL | 9.34º | 0.53% | 0.55% | - |
| HSV(B) | 9.34º | 0.61% | 0.78% | - |
| XYZ | 29.47 | 21.38 | 9.78 | - |
| YUV | 125.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 78 | 0 | 0.52 | 0.61 | 0.22 | 9.34 | 0.53 | 0.55 |
| Hex | C8 | 61 | 4E | 0 | 34 | 3D | 16 | 9 | 35 | 37 |
| Octal | 310 | 141 | 116 | 0 | 64 | 75 | 26 | 11 | 65 | 67 |
| Binary | 11001000 | 1100001 | 1001110 | 0 | 110100 | 111101 | 10110 | 1001 | 110101 | 110111 |
Color Harmonies of #C8614E
Complementary color
Monochromatic Colors of #C8614E
Black with #C8614E
Text Example
Text Example
White with #C8614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8614E; }
p { color: rgb(200,97,78); }
H1.HeaderClassName
{
color: #C8614E;
}
.AnyTagClassName
{
color: #C8614E;
}
</style>
background-color css
<style>
a { background-color: #C8614E; }
a { background-color: rgb(200,97,78); }
div.DivClassName
{
background-color: #C8614E;
}
.BgClassName
{
background-color: #C8614E;
}
</style>
border-color css
<style>
span { border-color: #C8614E; }
span { border-color: rgb(200,97,78); }
td.TdClassName
{
border-color: #C8614E;
}
.TagClassName
{
border-color: #C8614E;
}
</style>