Shades of Sunglo #C0655F
Tints of Sunglo #C0655F
RGB
CMYK
RGB Variations
Color information
#C0655F (or 0xC0655F) is known color: Sunglo. HEX triplet: C0, 65 and 5F. RGB value is (192,101,95). Sum of RGB (Red+Green+Blue) = 192+101+95=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0655F is #3F9AA0. Grayscale: #7F7F7F. Windows color (decimal): -4168353 or 6251968. OLE color: 6251968.
HSL color Cylindrical-coordinate representation of color #C0655F: hue angle of 3.71º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0655F is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 95 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.25 |
| HSL | 3.71º | 0.43% | 0.56% | - |
| HSV(B) | 3.71º | 0.51% | 0.75% | - |
| XYZ | 28.46 | 21.34 | 13.45 | - |
| YUV | 127.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 95 | 0 | 0.47 | 0.51 | 0.25 | 3.71 | 0.43 | 0.56 |
| Hex | C0 | 65 | 5F | 0 | 2F | 33 | 19 | 4 | 2B | 38 |
| Octal | 300 | 145 | 137 | 0 | 57 | 63 | 31 | 4 | 53 | 70 |
| Binary | 11000000 | 1100101 | 1011111 | 0 | 101111 | 110011 | 11001 | 100 | 101011 | 111000 |
Color Harmonies of #C0655F
Complementary color
Monochromatic Colors of #C0655F
Black with #C0655F
Text Example
Text Example
White with #C0655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0655F; }
p { color: rgb(192,101,95); }
H1.HeaderClassName
{
color: #C0655F;
}
.AnyTagClassName
{
color: #C0655F;
}
</style>
background-color css
<style>
a { background-color: #C0655F; }
a { background-color: rgb(192,101,95); }
div.DivClassName
{
background-color: #C0655F;
}
.BgClassName
{
background-color: #C0655F;
}
</style>
border-color css
<style>
span { border-color: #C0655F; }
span { border-color: rgb(192,101,95); }
td.TdClassName
{
border-color: #C0655F;
}
.TagClassName
{
border-color: #C0655F;
}
</style>