Shades of Sunglo #C5665C
Tints of Sunglo #C5665C
RGB
CMYK
RGB Variations
Color information
#C5665C (or 0xC5665C) is known color: Sunglo. HEX triplet: C5, 66 and 5C. RGB value is (197,102,92). Sum of RGB (Red+Green+Blue) = 197+102+92=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5665C is #3A99A3. Grayscale: #818181. Windows color (decimal): -3840420 or 6055621. OLE color: 6055621.
HSL color Cylindrical-coordinate representation of color #C5665C: hue angle of 5.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5665C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 92 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.23 |
| HSL | 5.71º | 0.48% | 0.57% | - |
| HSV(B) | 5.71º | 0.53% | 0.77% | - |
| XYZ | 29.71 | 22.15 | 12.83 | - |
| YUV | 129.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 92 | 0 | 0.48 | 0.53 | 0.23 | 5.71 | 0.48 | 0.57 |
| Hex | C5 | 66 | 5C | 0 | 30 | 35 | 17 | 6 | 30 | 39 |
| Octal | 305 | 146 | 134 | 0 | 60 | 65 | 27 | 6 | 60 | 71 |
| Binary | 11000101 | 1100110 | 1011100 | 0 | 110000 | 110101 | 10111 | 110 | 110000 | 111001 |
Color Harmonies of #C5665C
Complementary color
Monochromatic Colors of #C5665C
Black with #C5665C
Text Example
Text Example
White with #C5665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5665C; }
p { color: rgb(197,102,92); }
H1.HeaderClassName
{
color: #C5665C;
}
.AnyTagClassName
{
color: #C5665C;
}
</style>
background-color css
<style>
a { background-color: #C5665C; }
a { background-color: rgb(197,102,92); }
div.DivClassName
{
background-color: #C5665C;
}
.BgClassName
{
background-color: #C5665C;
}
</style>
border-color css
<style>
span { border-color: #C5665C; }
span { border-color: rgb(197,102,92); }
td.TdClassName
{
border-color: #C5665C;
}
.TagClassName
{
border-color: #C5665C;
}
</style>