Shades of Sunglo #C95F58
Tints of Sunglo #C95F58
RGB
CMYK
RGB Variations
Color information
#C95F58 (or 0xC95F58) is known color: Sunglo. HEX triplet: C9, 5F and 58. RGB value is (201,95,88). Sum of RGB (Red+Green+Blue) = 201+95+88=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F58 is #36A0A7. Grayscale: #7E7E7E. Windows color (decimal): -3580072 or 5791689. OLE color: 5791689.
HSL color Cylindrical-coordinate representation of color #C95F58: hue angle of 3.72º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95F58 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 88 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.21 |
| HSL | 3.72º | 0.51% | 0.57% | - |
| HSV(B) | 3.72º | 0.56% | 0.79% | - |
| XYZ | 29.94 | 21.31 | 11.77 | - |
| YUV | 125.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 88 | 0 | 0.53 | 0.56 | 0.21 | 3.72 | 0.51 | 0.57 |
| Hex | C9 | 5F | 58 | 0 | 35 | 38 | 15 | 4 | 33 | 39 |
| Octal | 311 | 137 | 130 | 0 | 65 | 70 | 25 | 4 | 63 | 71 |
| Binary | 11001001 | 1011111 | 1011000 | 0 | 110101 | 111000 | 10101 | 100 | 110011 | 111001 |
Color Harmonies of #C95F58
Complementary color
Monochromatic Colors of #C95F58
Black with #C95F58
Text Example
Text Example
White with #C95F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F58; }
p { color: rgb(201,95,88); }
H1.HeaderClassName
{
color: #C95F58;
}
.AnyTagClassName
{
color: #C95F58;
}
</style>
background-color css
<style>
a { background-color: #C95F58; }
a { background-color: rgb(201,95,88); }
div.DivClassName
{
background-color: #C95F58;
}
.BgClassName
{
background-color: #C95F58;
}
</style>
border-color css
<style>
span { border-color: #C95F58; }
span { border-color: rgb(201,95,88); }
td.TdClassName
{
border-color: #C95F58;
}
.TagClassName
{
border-color: #C95F58;
}
</style>