Shades of Sunglo #C36153
Tints of Sunglo #C36153
RGB
CMYK
RGB Variations
Color information
#C36153 (or 0xC36153) is known color: Sunglo. HEX triplet: C3, 61 and 53. RGB value is (195,97,83). Sum of RGB (Red+Green+Blue) = 195+97+83=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C36153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36153 is #3C9EAC. Grayscale: #7C7C7C. Windows color (decimal): -3972781 or 5464515. OLE color: 5464515.
HSL color Cylindrical-coordinate representation of color #C36153: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C36153 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 83 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.24 |
| HSL | 7.5º | 0.48% | 0.55% | - |
| HSV(B) | 7.5º | 0.57% | 0.76% | - |
| XYZ | 28.34 | 20.78 | 10.7 | - |
| YUV | 124.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 83 | 0 | 0.50 | 0.57 | 0.24 | 7.5 | 0.48 | 0.55 |
| Hex | C3 | 61 | 53 | 0 | 32 | 39 | 18 | 8 | 30 | 37 |
| Octal | 303 | 141 | 123 | 0 | 62 | 71 | 30 | 10 | 60 | 67 |
| Binary | 11000011 | 1100001 | 1010011 | 0 | 110010 | 111001 | 11000 | 1000 | 110000 | 110111 |
Color Harmonies of #C36153
Complementary color
Monochromatic Colors of #C36153
Black with #C36153
Text Example
Text Example
White with #C36153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36153; }
p { color: rgb(195,97,83); }
H1.HeaderClassName
{
color: #C36153;
}
.AnyTagClassName
{
color: #C36153;
}
</style>
background-color css
<style>
a { background-color: #C36153; }
a { background-color: rgb(195,97,83); }
div.DivClassName
{
background-color: #C36153;
}
.BgClassName
{
background-color: #C36153;
}
</style>
border-color css
<style>
span { border-color: #C36153; }
span { border-color: rgb(195,97,83); }
td.TdClassName
{
border-color: #C36153;
}
.TagClassName
{
border-color: #C36153;
}
</style>