Shades of Sunglo #C45C55
Tints of Sunglo #C45C55
RGB
CMYK
RGB Variations
Color information
#C45C55 (or 0xC45C55) is known color: Sunglo. HEX triplet: C4, 5C and 55. RGB value is (196,92,85). Sum of RGB (Red+Green+Blue) = 196+92+85=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45C55 is #3BA3AA. Grayscale: #7A7A7A. Windows color (decimal): -3908523 or 5594308. OLE color: 5594308.
HSL color Cylindrical-coordinate representation of color #C45C55: hue angle of 3.78º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45C55 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 85 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.23 |
| HSL | 3.78º | 0.48% | 0.55% | - |
| HSV(B) | 3.78º | 0.57% | 0.77% | - |
| XYZ | 28.23 | 20.05 | 10.98 | - |
| YUV | 122.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 85 | 0 | 0.53 | 0.57 | 0.23 | 3.78 | 0.48 | 0.55 |
| Hex | C4 | 5C | 55 | 0 | 35 | 39 | 17 | 4 | 30 | 37 |
| Octal | 304 | 134 | 125 | 0 | 65 | 71 | 27 | 4 | 60 | 67 |
| Binary | 11000100 | 1011100 | 1010101 | 0 | 110101 | 111001 | 10111 | 100 | 110000 | 110111 |
Color Harmonies of #C45C55
Complementary color
Monochromatic Colors of #C45C55
Black with #C45C55
Text Example
Text Example
White with #C45C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C55; }
p { color: rgb(196,92,85); }
H1.HeaderClassName
{
color: #C45C55;
}
.AnyTagClassName
{
color: #C45C55;
}
</style>
background-color css
<style>
a { background-color: #C45C55; }
a { background-color: rgb(196,92,85); }
div.DivClassName
{
background-color: #C45C55;
}
.BgClassName
{
background-color: #C45C55;
}
</style>
border-color css
<style>
span { border-color: #C45C55; }
span { border-color: rgb(196,92,85); }
td.TdClassName
{
border-color: #C45C55;
}
.TagClassName
{
border-color: #C45C55;
}
</style>