Shades of Sunglo #C35D57
Tints of Sunglo #C35D57
RGB
CMYK
RGB Variations
Color information
#C35D57 (or 0xC35D57) is known color: Sunglo. HEX triplet: C3, 5D and 57. RGB value is (195,93,87). Sum of RGB (Red+Green+Blue) = 195+93+87=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D57 is #3CA2A8. Grayscale: #7A7A7A. Windows color (decimal): -3973801 or 5725635. OLE color: 5725635.
HSL color Cylindrical-coordinate representation of color #C35D57: hue angle of 3.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35D57 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 87 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.24 |
| HSL | 3.33º | 0.47% | 0.55% | - |
| HSV(B) | 3.33º | 0.55% | 0.76% | - |
| XYZ | 28.14 | 20.12 | 11.42 | - |
| YUV | 122.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 87 | 0 | 0.52 | 0.55 | 0.24 | 3.33 | 0.47 | 0.55 |
| Hex | C3 | 5D | 57 | 0 | 34 | 37 | 18 | 3 | 2F | 37 |
| Octal | 303 | 135 | 127 | 0 | 64 | 67 | 30 | 3 | 57 | 67 |
| Binary | 11000011 | 1011101 | 1010111 | 0 | 110100 | 110111 | 11000 | 11 | 101111 | 110111 |
Color Harmonies of #C35D57
Complementary color
Monochromatic Colors of #C35D57
Black with #C35D57
Text Example
Text Example
White with #C35D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D57; }
p { color: rgb(195,93,87); }
H1.HeaderClassName
{
color: #C35D57;
}
.AnyTagClassName
{
color: #C35D57;
}
</style>
background-color css
<style>
a { background-color: #C35D57; }
a { background-color: rgb(195,93,87); }
div.DivClassName
{
background-color: #C35D57;
}
.BgClassName
{
background-color: #C35D57;
}
</style>
border-color css
<style>
span { border-color: #C35D57; }
span { border-color: rgb(195,93,87); }
td.TdClassName
{
border-color: #C35D57;
}
.TagClassName
{
border-color: #C35D57;
}
</style>