Shades of Sunglo #C35C50
Tints of Sunglo #C35C50
RGB
CMYK
RGB Variations
Color information
#C35C50 (or 0xC35C50) is known color: Sunglo. HEX triplet: C3, 5C and 50. RGB value is (195,92,80). Sum of RGB (Red+Green+Blue) = 195+92+80=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C50 is #3CA3AF. Grayscale: #797979. Windows color (decimal): -3974064 or 5266627. OLE color: 5266627.
HSL color Cylindrical-coordinate representation of color #C35C50: hue angle of 6.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35C50 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 80 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.24 |
| HSL | 6.26º | 0.49% | 0.54% | - |
| HSV(B) | 6.26º | 0.59% | 0.76% | - |
| XYZ | 27.78 | 19.84 | 9.95 | - |
| YUV | 121.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 80 | 0 | 0.53 | 0.59 | 0.24 | 6.26 | 0.49 | 0.54 |
| Hex | C3 | 5C | 50 | 0 | 35 | 3B | 18 | 6 | 31 | 36 |
| Octal | 303 | 134 | 120 | 0 | 65 | 73 | 30 | 6 | 61 | 66 |
| Binary | 11000011 | 1011100 | 1010000 | 0 | 110101 | 111011 | 11000 | 110 | 110001 | 110110 |
Color Harmonies of #C35C50
Complementary color
Monochromatic Colors of #C35C50
Black with #C35C50
Text Example
Text Example
White with #C35C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C50; }
p { color: rgb(195,92,80); }
H1.HeaderClassName
{
color: #C35C50;
}
.AnyTagClassName
{
color: #C35C50;
}
</style>
background-color css
<style>
a { background-color: #C35C50; }
a { background-color: rgb(195,92,80); }
div.DivClassName
{
background-color: #C35C50;
}
.BgClassName
{
background-color: #C35C50;
}
</style>
border-color css
<style>
span { border-color: #C35C50; }
span { border-color: rgb(195,92,80); }
td.TdClassName
{
border-color: #C35C50;
}
.TagClassName
{
border-color: #C35C50;
}
</style>