Shades of Sunglo #C7655F
Tints of Sunglo #C7655F
RGB
CMYK
RGB Variations
Color information
#C7655F (or 0xC7655F) is known color: Sunglo. HEX triplet: C7, 65 and 5F. RGB value is (199,101,95). Sum of RGB (Red+Green+Blue) = 199+101+95=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7655F is #389AA0. Grayscale: #818181. Windows color (decimal): -3709601 or 6251975. OLE color: 6251975.
HSL color Cylindrical-coordinate representation of color #C7655F: hue angle of 3.46º degrees, saturation: 0.48, 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 #C7655F is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 95 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.22 |
| HSL | 3.46º | 0.48% | 0.58% | - |
| HSV(B) | 3.46º | 0.52% | 0.78% | - |
| XYZ | 30.27 | 22.28 | 13.53 | - |
| YUV | 129.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 95 | 0 | 0.49 | 0.52 | 0.22 | 3.46 | 0.48 | 0.58 |
| Hex | C7 | 65 | 5F | 0 | 31 | 34 | 16 | 3 | 30 | 3A |
| Octal | 307 | 145 | 137 | 0 | 61 | 64 | 26 | 3 | 60 | 72 |
| Binary | 11000111 | 1100101 | 1011111 | 0 | 110001 | 110100 | 10110 | 11 | 110000 | 111010 |
Color Harmonies of #C7655F
Complementary color
Monochromatic Colors of #C7655F
Black with #C7655F
Text Example
Text Example
White with #C7655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7655F; }
p { color: rgb(199,101,95); }
H1.HeaderClassName
{
color: #C7655F;
}
.AnyTagClassName
{
color: #C7655F;
}
</style>
background-color css
<style>
a { background-color: #C7655F; }
a { background-color: rgb(199,101,95); }
div.DivClassName
{
background-color: #C7655F;
}
.BgClassName
{
background-color: #C7655F;
}
</style>
border-color css
<style>
span { border-color: #C7655F; }
span { border-color: rgb(199,101,95); }
td.TdClassName
{
border-color: #C7655F;
}
.TagClassName
{
border-color: #C7655F;
}
</style>