Shades of Sunglo #C8655D
Tints of Sunglo #C8655D
RGB
CMYK
RGB Variations
Color information
#C8655D (or 0xC8655D) is known color: Sunglo. HEX triplet: C8, 65 and 5D. RGB value is (200,101,93). Sum of RGB (Red+Green+Blue) = 200+101+93=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8655D is #379AA2. Grayscale: #818181. Windows color (decimal): -3644067 or 6120904. OLE color: 6120904.
HSL color Cylindrical-coordinate representation of color #C8655D: hue angle of 4.49º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8655D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 93 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.22 |
| HSL | 4.49º | 0.49% | 0.57% | - |
| HSV(B) | 4.49º | 0.54% | 0.78% | - |
| XYZ | 30.45 | 22.38 | 13.07 | - |
| YUV | 129.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 93 | 0 | 0.49 | 0.54 | 0.22 | 4.49 | 0.49 | 0.57 |
| Hex | C8 | 65 | 5D | 0 | 31 | 36 | 16 | 4 | 31 | 39 |
| Octal | 310 | 145 | 135 | 0 | 61 | 66 | 26 | 4 | 61 | 71 |
| Binary | 11001000 | 1100101 | 1011101 | 0 | 110001 | 110110 | 10110 | 100 | 110001 | 111001 |
Color Harmonies of #C8655D
Complementary color
Monochromatic Colors of #C8655D
Black with #C8655D
Text Example
Text Example
White with #C8655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8655D; }
p { color: rgb(200,101,93); }
H1.HeaderClassName
{
color: #C8655D;
}
.AnyTagClassName
{
color: #C8655D;
}
</style>
background-color css
<style>
a { background-color: #C8655D; }
a { background-color: rgb(200,101,93); }
div.DivClassName
{
background-color: #C8655D;
}
.BgClassName
{
background-color: #C8655D;
}
</style>
border-color css
<style>
span { border-color: #C8655D; }
span { border-color: rgb(200,101,93); }
td.TdClassName
{
border-color: #C8655D;
}
.TagClassName
{
border-color: #C8655D;
}
</style>