Shades of Sunglo #C0655D
Tints of Sunglo #C0655D
RGB
CMYK
RGB Variations
Color information
#C0655D (or 0xC0655D) is known color: Sunglo. HEX triplet: C0, 65 and 5D. RGB value is (192,101,93). Sum of RGB (Red+Green+Blue) = 192+101+93=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0655D is #3F9AA2. Grayscale: #7F7F7F. Windows color (decimal): -4168355 or 6120896. OLE color: 6120896.
HSL color Cylindrical-coordinate representation of color #C0655D: hue angle of 4.85º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0655D is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 93 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.25 |
| HSL | 4.85º | 0.44% | 0.56% | - |
| HSV(B) | 4.85º | 0.52% | 0.75% | - |
| XYZ | 28.37 | 21.3 | 12.97 | - |
| YUV | 127.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 93 | 0 | 0.47 | 0.52 | 0.25 | 4.85 | 0.44 | 0.56 |
| Hex | C0 | 65 | 5D | 0 | 2F | 34 | 19 | 5 | 2C | 38 |
| Octal | 300 | 145 | 135 | 0 | 57 | 64 | 31 | 5 | 54 | 70 |
| Binary | 11000000 | 1100101 | 1011101 | 0 | 101111 | 110100 | 11001 | 101 | 101100 | 111000 |
Color Harmonies of #C0655D
Complementary color
Monochromatic Colors of #C0655D
Black with #C0655D
Text Example
Text Example
White with #C0655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0655D; }
p { color: rgb(192,101,93); }
H1.HeaderClassName
{
color: #C0655D;
}
.AnyTagClassName
{
color: #C0655D;
}
</style>
background-color css
<style>
a { background-color: #C0655D; }
a { background-color: rgb(192,101,93); }
div.DivClassName
{
background-color: #C0655D;
}
.BgClassName
{
background-color: #C0655D;
}
</style>
border-color css
<style>
span { border-color: #C0655D; }
span { border-color: rgb(192,101,93); }
td.TdClassName
{
border-color: #C0655D;
}
.TagClassName
{
border-color: #C0655D;
}
</style>