Shades of Sunglo #C36351
Tints of Sunglo #C36351
RGB
CMYK
RGB Variations
Color information
#C36351 (or 0xC36351) is known color: Sunglo. HEX triplet: C3, 63 and 51. RGB value is (195,99,81). Sum of RGB (Red+Green+Blue) = 195+99+81=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C36351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36351 is #3C9CAE. Grayscale: #7D7D7D. Windows color (decimal): -3972271 or 5333955. OLE color: 5333955.
HSL color Cylindrical-coordinate representation of color #C36351: hue angle of 9.47º 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 #C36351 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 81 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.24 |
| HSL | 9.47º | 0.49% | 0.54% | - |
| HSV(B) | 9.47º | 0.58% | 0.76% | - |
| XYZ | 28.45 | 21.12 | 10.36 | - |
| YUV | 125.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 81 | 0 | 0.49 | 0.58 | 0.24 | 9.47 | 0.49 | 0.54 |
| Hex | C3 | 63 | 51 | 0 | 31 | 3A | 18 | 9 | 31 | 36 |
| Octal | 303 | 143 | 121 | 0 | 61 | 72 | 30 | 11 | 61 | 66 |
| Binary | 11000011 | 1100011 | 1010001 | 0 | 110001 | 111010 | 11000 | 1001 | 110001 | 110110 |
Color Harmonies of #C36351
Complementary color
Monochromatic Colors of #C36351
Black with #C36351
Text Example
Text Example
White with #C36351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36351; }
p { color: rgb(195,99,81); }
H1.HeaderClassName
{
color: #C36351;
}
.AnyTagClassName
{
color: #C36351;
}
</style>
background-color css
<style>
a { background-color: #C36351; }
a { background-color: rgb(195,99,81); }
div.DivClassName
{
background-color: #C36351;
}
.BgClassName
{
background-color: #C36351;
}
</style>
border-color css
<style>
span { border-color: #C36351; }
span { border-color: rgb(195,99,81); }
td.TdClassName
{
border-color: #C36351;
}
.TagClassName
{
border-color: #C36351;
}
</style>