Shades of Sunglo #C35D52
Tints of Sunglo #C35D52
RGB
CMYK
RGB Variations
Color information
#C35D52 (or 0xC35D52) is known color: Sunglo. HEX triplet: C3, 5D and 52. RGB value is (195,93,82). Sum of RGB (Red+Green+Blue) = 195+93+82=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D52 is #3CA2AD. Grayscale: #7A7A7A. Windows color (decimal): -3973806 or 5397955. OLE color: 5397955.
HSL color Cylindrical-coordinate representation of color #C35D52: hue angle of 5.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35D52 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 82 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.24 |
| HSL | 5.84º | 0.48% | 0.54% | - |
| HSV(B) | 5.84º | 0.58% | 0.76% | - |
| XYZ | 27.94 | 20.04 | 10.38 | - |
| YUV | 122.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 82 | 0 | 0.52 | 0.58 | 0.24 | 5.84 | 0.48 | 0.54 |
| Hex | C3 | 5D | 52 | 0 | 34 | 3A | 18 | 6 | 30 | 36 |
| Octal | 303 | 135 | 122 | 0 | 64 | 72 | 30 | 6 | 60 | 66 |
| Binary | 11000011 | 1011101 | 1010010 | 0 | 110100 | 111010 | 11000 | 110 | 110000 | 110110 |
Color Harmonies of #C35D52
Complementary color
Monochromatic Colors of #C35D52
Black with #C35D52
Text Example
Text Example
White with #C35D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D52; }
p { color: rgb(195,93,82); }
H1.HeaderClassName
{
color: #C35D52;
}
.AnyTagClassName
{
color: #C35D52;
}
</style>
background-color css
<style>
a { background-color: #C35D52; }
a { background-color: rgb(195,93,82); }
div.DivClassName
{
background-color: #C35D52;
}
.BgClassName
{
background-color: #C35D52;
}
</style>
border-color css
<style>
span { border-color: #C35D52; }
span { border-color: rgb(195,93,82); }
td.TdClassName
{
border-color: #C35D52;
}
.TagClassName
{
border-color: #C35D52;
}
</style>