Shades of Sunglo #C35D51
Tints of Sunglo #C35D51
RGB
CMYK
RGB Variations
Color information
#C35D51 (or 0xC35D51) is known color: Sunglo. HEX triplet: C3, 5D and 51. RGB value is (195,93,81). Sum of RGB (Red+Green+Blue) = 195+93+81=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D51 is #3CA2AE. Grayscale: #7A7A7A. Windows color (decimal): -3973807 or 5332419. OLE color: 5332419.
HSL color Cylindrical-coordinate representation of color #C35D51: hue angle of 6.32º degrees, saturation: 0.49, 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 #C35D51 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 81 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.24 |
| HSL | 6.32º | 0.49% | 0.54% | - |
| HSV(B) | 6.32º | 0.58% | 0.76% | - |
| XYZ | 27.91 | 20.02 | 10.18 | - |
| YUV | 122.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 81 | 0 | 0.52 | 0.58 | 0.24 | 6.32 | 0.49 | 0.54 |
| Hex | C3 | 5D | 51 | 0 | 34 | 3A | 18 | 6 | 31 | 36 |
| Octal | 303 | 135 | 121 | 0 | 64 | 72 | 30 | 6 | 61 | 66 |
| Binary | 11000011 | 1011101 | 1010001 | 0 | 110100 | 111010 | 11000 | 110 | 110001 | 110110 |
Color Harmonies of #C35D51
Complementary color
Monochromatic Colors of #C35D51
Black with #C35D51
Text Example
Text Example
White with #C35D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D51; }
p { color: rgb(195,93,81); }
H1.HeaderClassName
{
color: #C35D51;
}
.AnyTagClassName
{
color: #C35D51;
}
</style>
background-color css
<style>
a { background-color: #C35D51; }
a { background-color: rgb(195,93,81); }
div.DivClassName
{
background-color: #C35D51;
}
.BgClassName
{
background-color: #C35D51;
}
</style>
border-color css
<style>
span { border-color: #C35D51; }
span { border-color: rgb(195,93,81); }
td.TdClassName
{
border-color: #C35D51;
}
.TagClassName
{
border-color: #C35D51;
}
</style>