Shades of Sunglo #C8644E
Tints of Sunglo #C8644E
RGB
CMYK
RGB Variations
Color information
#C8644E (or 0xC8644E) is known color: Sunglo. HEX triplet: C8, 64 and 4E. RGB value is (200,100,78). Sum of RGB (Red+Green+Blue) = 200+100+78=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8644E is #379BB1. Grayscale: #7F7F7F. Windows color (decimal): -3644338 or 5137608. OLE color: 5137608.
HSL color Cylindrical-coordinate representation of color #C8644E: hue angle of 10.82º 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 #C8644E is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 78 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.22 |
| HSL | 10.82º | 0.53% | 0.55% | - |
| HSV(B) | 10.82º | 0.61% | 0.78% | - |
| XYZ | 29.75 | 21.94 | 9.88 | - |
| YUV | 127.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 78 | 0 | 0.5 | 0.61 | 0.22 | 10.82 | 0.53 | 0.55 |
| Hex | C8 | 64 | 4E | 0 | 32 | 3D | 16 | B | 35 | 37 |
| Octal | 310 | 144 | 116 | 0 | 62 | 75 | 26 | 13 | 65 | 67 |
| Binary | 11001000 | 1100100 | 1001110 | 0 | 110010 | 111101 | 10110 | 1011 | 110101 | 110111 |
Color Harmonies of #C8644E
Complementary color
Monochromatic Colors of #C8644E
Black with #C8644E
Text Example
Text Example
White with #C8644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8644E; }
p { color: rgb(200,100,78); }
H1.HeaderClassName
{
color: #C8644E;
}
.AnyTagClassName
{
color: #C8644E;
}
</style>
background-color css
<style>
a { background-color: #C8644E; }
a { background-color: rgb(200,100,78); }
div.DivClassName
{
background-color: #C8644E;
}
.BgClassName
{
background-color: #C8644E;
}
</style>
border-color css
<style>
span { border-color: #C8644E; }
span { border-color: rgb(200,100,78); }
td.TdClassName
{
border-color: #C8644E;
}
.TagClassName
{
border-color: #C8644E;
}
</style>