Shades of Sunglo #C36455
Tints of Sunglo #C36455
RGB
CMYK
RGB Variations
Color information
#C36455 (or 0xC36455) is known color: Sunglo. HEX triplet: C3, 64 and 55. RGB value is (195,100,85). Sum of RGB (Red+Green+Blue) = 195+100+85=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C36455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36455 is #3C9BAA. Grayscale: #7E7E7E. Windows color (decimal): -3972011 or 5596355. OLE color: 5596355.
HSL color Cylindrical-coordinate representation of color #C36455: hue angle of 8.18º 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 #C36455 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 85 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.24 |
| HSL | 8.18º | 0.48% | 0.55% | - |
| HSV(B) | 8.18º | 0.56% | 0.76% | - |
| XYZ | 28.7 | 21.37 | 11.21 | - |
| YUV | 126.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 85 | 0 | 0.49 | 0.56 | 0.24 | 8.18 | 0.48 | 0.55 |
| Hex | C3 | 64 | 55 | 0 | 31 | 38 | 18 | 8 | 30 | 37 |
| Octal | 303 | 144 | 125 | 0 | 61 | 70 | 30 | 10 | 60 | 67 |
| Binary | 11000011 | 1100100 | 1010101 | 0 | 110001 | 111000 | 11000 | 1000 | 110000 | 110111 |
Color Harmonies of #C36455
Complementary color
Monochromatic Colors of #C36455
Black with #C36455
Text Example
Text Example
White with #C36455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36455; }
p { color: rgb(195,100,85); }
H1.HeaderClassName
{
color: #C36455;
}
.AnyTagClassName
{
color: #C36455;
}
</style>
background-color css
<style>
a { background-color: #C36455; }
a { background-color: rgb(195,100,85); }
div.DivClassName
{
background-color: #C36455;
}
.BgClassName
{
background-color: #C36455;
}
</style>
border-color css
<style>
span { border-color: #C36455; }
span { border-color: rgb(195,100,85); }
td.TdClassName
{
border-color: #C36455;
}
.TagClassName
{
border-color: #C36455;
}
</style>