Shades of Sunglo #C36151
Tints of Sunglo #C36151
RGB
CMYK
RGB Variations
Color information
#C36151 (or 0xC36151) is known color: Sunglo. HEX triplet: C3, 61 and 51. RGB value is (195,97,81). Sum of RGB (Red+Green+Blue) = 195+97+81=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C36151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36151 is #3C9EAE. Grayscale: #7C7C7C. Windows color (decimal): -3972783 or 5333443. OLE color: 5333443.
HSL color Cylindrical-coordinate representation of color #C36151: hue angle of 8.42º 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 #C36151 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 81 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.24 |
| HSL | 8.42º | 0.49% | 0.54% | - |
| HSV(B) | 8.42º | 0.58% | 0.76% | - |
| XYZ | 28.27 | 20.75 | 10.3 | - |
| YUV | 124.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 81 | 0 | 0.50 | 0.58 | 0.24 | 8.42 | 0.49 | 0.54 |
| Hex | C3 | 61 | 51 | 0 | 32 | 3A | 18 | 8 | 31 | 36 |
| Octal | 303 | 141 | 121 | 0 | 62 | 72 | 30 | 10 | 61 | 66 |
| Binary | 11000011 | 1100001 | 1010001 | 0 | 110010 | 111010 | 11000 | 1000 | 110001 | 110110 |
Color Harmonies of #C36151
Complementary color
Monochromatic Colors of #C36151
Black with #C36151
Text Example
Text Example
White with #C36151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36151; }
p { color: rgb(195,97,81); }
H1.HeaderClassName
{
color: #C36151;
}
.AnyTagClassName
{
color: #C36151;
}
</style>
background-color css
<style>
a { background-color: #C36151; }
a { background-color: rgb(195,97,81); }
div.DivClassName
{
background-color: #C36151;
}
.BgClassName
{
background-color: #C36151;
}
</style>
border-color css
<style>
span { border-color: #C36151; }
span { border-color: rgb(195,97,81); }
td.TdClassName
{
border-color: #C36151;
}
.TagClassName
{
border-color: #C36151;
}
</style>