Shades of Sunglo #C8655F
Tints of Sunglo #C8655F
RGB
CMYK
RGB Variations
Color information
#C8655F (or 0xC8655F) is known color: Sunglo. HEX triplet: C8, 65 and 5F. RGB value is (200,101,95). Sum of RGB (Red+Green+Blue) = 200+101+95=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8655F is #379AA0. Grayscale: #828282. Windows color (decimal): -3644065 or 6251976. OLE color: 6251976.
HSL color Cylindrical-coordinate representation of color #C8655F: hue angle of 3.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8655F is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 95 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.22 |
| HSL | 3.43º | 0.49% | 0.58% | - |
| HSV(B) | 3.43º | 0.53% | 0.78% | - |
| XYZ | 30.54 | 22.41 | 13.54 | - |
| YUV | 129.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 95 | 0 | 0.49 | 0.52 | 0.22 | 3.43 | 0.49 | 0.58 |
| Hex | C8 | 65 | 5F | 0 | 31 | 34 | 16 | 3 | 31 | 3A |
| Octal | 310 | 145 | 137 | 0 | 61 | 64 | 26 | 3 | 61 | 72 |
| Binary | 11001000 | 1100101 | 1011111 | 0 | 110001 | 110100 | 10110 | 11 | 110001 | 111010 |
Color Harmonies of #C8655F
Complementary color
Monochromatic Colors of #C8655F
Black with #C8655F
Text Example
Text Example
White with #C8655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8655F; }
p { color: rgb(200,101,95); }
H1.HeaderClassName
{
color: #C8655F;
}
.AnyTagClassName
{
color: #C8655F;
}
</style>
background-color css
<style>
a { background-color: #C8655F; }
a { background-color: rgb(200,101,95); }
div.DivClassName
{
background-color: #C8655F;
}
.BgClassName
{
background-color: #C8655F;
}
</style>
border-color css
<style>
span { border-color: #C8655F; }
span { border-color: rgb(200,101,95); }
td.TdClassName
{
border-color: #C8655F;
}
.TagClassName
{
border-color: #C8655F;
}
</style>