Shades of Sunglo #C35C55
Tints of Sunglo #C35C55
RGB
CMYK
RGB Variations
Color information
#C35C55 (or 0xC35C55) is known color: Sunglo. HEX triplet: C3, 5C and 55. RGB value is (195,92,85). Sum of RGB (Red+Green+Blue) = 195+92+85=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C55 is #3CA3AA. Grayscale: #7A7A7A. Windows color (decimal): -3974059 or 5594307. OLE color: 5594307.
HSL color Cylindrical-coordinate representation of color #C35C55: hue angle of 3.82º 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 #C35C55 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 85 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.24 |
| HSL | 3.82º | 0.48% | 0.55% | - |
| HSV(B) | 3.82º | 0.56% | 0.76% | - |
| XYZ | 27.97 | 19.91 | 10.96 | - |
| YUV | 122 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 85 | 0 | 0.53 | 0.56 | 0.24 | 3.82 | 0.48 | 0.55 |
| Hex | C3 | 5C | 55 | 0 | 35 | 38 | 18 | 4 | 30 | 37 |
| Octal | 303 | 134 | 125 | 0 | 65 | 70 | 30 | 4 | 60 | 67 |
| Binary | 11000011 | 1011100 | 1010101 | 0 | 110101 | 111000 | 11000 | 100 | 110000 | 110111 |
Color Harmonies of #C35C55
Complementary color
Monochromatic Colors of #C35C55
Black with #C35C55
Text Example
Text Example
White with #C35C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C55; }
p { color: rgb(195,92,85); }
H1.HeaderClassName
{
color: #C35C55;
}
.AnyTagClassName
{
color: #C35C55;
}
</style>
background-color css
<style>
a { background-color: #C35C55; }
a { background-color: rgb(195,92,85); }
div.DivClassName
{
background-color: #C35C55;
}
.BgClassName
{
background-color: #C35C55;
}
</style>
border-color css
<style>
span { border-color: #C35C55; }
span { border-color: rgb(195,92,85); }
td.TdClassName
{
border-color: #C35C55;
}
.TagClassName
{
border-color: #C35C55;
}
</style>