Shades of Sunglo #C35C54
Tints of Sunglo #C35C54
RGB
CMYK
RGB Variations
Color information
#C35C54 (or 0xC35C54) is known color: Sunglo. HEX triplet: C3, 5C and 54. RGB value is (195,92,84). Sum of RGB (Red+Green+Blue) = 195+92+84=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C54 is #3CA3AB. Grayscale: #7A7A7A. Windows color (decimal): -3974060 or 5528771. OLE color: 5528771.
HSL color Cylindrical-coordinate representation of color #C35C54: hue angle of 4.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35C54 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 84 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.24 |
| HSL | 4.32º | 0.48% | 0.55% | - |
| HSV(B) | 4.32º | 0.57% | 0.76% | - |
| XYZ | 27.93 | 19.9 | 10.76 | - |
| YUV | 121.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 84 | 0 | 0.53 | 0.57 | 0.24 | 4.32 | 0.48 | 0.55 |
| Hex | C3 | 5C | 54 | 0 | 35 | 39 | 18 | 4 | 30 | 37 |
| Octal | 303 | 134 | 124 | 0 | 65 | 71 | 30 | 4 | 60 | 67 |
| Binary | 11000011 | 1011100 | 1010100 | 0 | 110101 | 111001 | 11000 | 100 | 110000 | 110111 |
Color Harmonies of #C35C54
Complementary color
Monochromatic Colors of #C35C54
Black with #C35C54
Text Example
Text Example
White with #C35C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C54; }
p { color: rgb(195,92,84); }
H1.HeaderClassName
{
color: #C35C54;
}
.AnyTagClassName
{
color: #C35C54;
}
</style>
background-color css
<style>
a { background-color: #C35C54; }
a { background-color: rgb(195,92,84); }
div.DivClassName
{
background-color: #C35C54;
}
.BgClassName
{
background-color: #C35C54;
}
</style>
border-color css
<style>
span { border-color: #C35C54; }
span { border-color: rgb(195,92,84); }
td.TdClassName
{
border-color: #C35C54;
}
.TagClassName
{
border-color: #C35C54;
}
</style>