Shades of Sunglo #C35D55
Tints of Sunglo #C35D55
RGB
CMYK
RGB Variations
Color information
#C35D55 (or 0xC35D55) is known color: Sunglo. HEX triplet: C3, 5D and 55. RGB value is (195,93,85). Sum of RGB (Red+Green+Blue) = 195+93+85=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D55 is #3CA2AA. Grayscale: #7A7A7A. Windows color (decimal): -3973803 or 5594563. OLE color: 5594563.
HSL color Cylindrical-coordinate representation of color #C35D55: hue angle of 4.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35D55 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 85 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.24 |
| HSL | 4.36º | 0.48% | 0.55% | - |
| HSV(B) | 4.36º | 0.56% | 0.76% | - |
| XYZ | 28.06 | 20.09 | 10.99 | - |
| YUV | 122.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 85 | 0 | 0.52 | 0.56 | 0.24 | 4.36 | 0.48 | 0.55 |
| Hex | C3 | 5D | 55 | 0 | 34 | 38 | 18 | 4 | 30 | 37 |
| Octal | 303 | 135 | 125 | 0 | 64 | 70 | 30 | 4 | 60 | 67 |
| Binary | 11000011 | 1011101 | 1010101 | 0 | 110100 | 111000 | 11000 | 100 | 110000 | 110111 |
Color Harmonies of #C35D55
Complementary color
Monochromatic Colors of #C35D55
Black with #C35D55
Text Example
Text Example
White with #C35D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D55; }
p { color: rgb(195,93,85); }
H1.HeaderClassName
{
color: #C35D55;
}
.AnyTagClassName
{
color: #C35D55;
}
</style>
background-color css
<style>
a { background-color: #C35D55; }
a { background-color: rgb(195,93,85); }
div.DivClassName
{
background-color: #C35D55;
}
.BgClassName
{
background-color: #C35D55;
}
</style>
border-color css
<style>
span { border-color: #C35D55; }
span { border-color: rgb(195,93,85); }
td.TdClassName
{
border-color: #C35D55;
}
.TagClassName
{
border-color: #C35D55;
}
</style>