Shades of Sunglo #C8614F
Tints of Sunglo #C8614F
RGB
CMYK
RGB Variations
Color information
#C8614F (or 0xC8614F) is known color: Sunglo. HEX triplet: C8, 61 and 4F. RGB value is (200,97,79). Sum of RGB (Red+Green+Blue) = 200+97+79=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8614F is #379EB0. Grayscale: #7D7D7D. Windows color (decimal): -3645105 or 5202376. OLE color: 5202376.
HSL color Cylindrical-coordinate representation of color #C8614F: hue angle of 8.93º degrees, saturation: 0.52, 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 #C8614F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 79 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.22 |
| HSL | 8.93º | 0.52% | 0.55% | - |
| HSV(B) | 8.93º | 0.61% | 0.78% | - |
| XYZ | 29.51 | 21.39 | 9.97 | - |
| YUV | 125.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 79 | 0 | 0.52 | 0.60 | 0.22 | 8.93 | 0.52 | 0.55 |
| Hex | C8 | 61 | 4F | 0 | 34 | 3C | 16 | 9 | 34 | 37 |
| Octal | 310 | 141 | 117 | 0 | 64 | 74 | 26 | 11 | 64 | 67 |
| Binary | 11001000 | 1100001 | 1001111 | 0 | 110100 | 111100 | 10110 | 1001 | 110100 | 110111 |
Color Harmonies of #C8614F
Complementary color
Monochromatic Colors of #C8614F
Black with #C8614F
Text Example
Text Example
White with #C8614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8614F; }
p { color: rgb(200,97,79); }
H1.HeaderClassName
{
color: #C8614F;
}
.AnyTagClassName
{
color: #C8614F;
}
</style>
background-color css
<style>
a { background-color: #C8614F; }
a { background-color: rgb(200,97,79); }
div.DivClassName
{
background-color: #C8614F;
}
.BgClassName
{
background-color: #C8614F;
}
</style>
border-color css
<style>
span { border-color: #C8614F; }
span { border-color: rgb(200,97,79); }
td.TdClassName
{
border-color: #C8614F;
}
.TagClassName
{
border-color: #C8614F;
}
</style>