Shades of Sunglo #C06353
Tints of Sunglo #C06353
RGB
CMYK
RGB Variations
Color information
#C06353 (or 0xC06353) is known color: Sunglo. HEX triplet: C0, 63 and 53. RGB value is (192,99,83). Sum of RGB (Red+Green+Blue) = 192+99+83=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C06353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06353 is #3F9CAC. Grayscale: #7D7D7D. Windows color (decimal): -4168877 or 5465024. OLE color: 5465024.
HSL color Cylindrical-coordinate representation of color #C06353: hue angle of 8.81º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06353 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 83 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.25 |
| HSL | 8.81º | 0.46% | 0.54% | - |
| HSV(B) | 8.81º | 0.57% | 0.75% | - |
| XYZ | 27.76 | 20.75 | 10.73 | - |
| YUV | 124.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 83 | 0 | 0.48 | 0.57 | 0.25 | 8.81 | 0.46 | 0.54 |
| Hex | C0 | 63 | 53 | 0 | 30 | 39 | 19 | 9 | 2E | 36 |
| Octal | 300 | 143 | 123 | 0 | 60 | 71 | 31 | 11 | 56 | 66 |
| Binary | 11000000 | 1100011 | 1010011 | 0 | 110000 | 111001 | 11001 | 1001 | 101110 | 110110 |
Color Harmonies of #C06353
Complementary color
Monochromatic Colors of #C06353
Black with #C06353
Text Example
Text Example
White with #C06353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06353; }
p { color: rgb(192,99,83); }
H1.HeaderClassName
{
color: #C06353;
}
.AnyTagClassName
{
color: #C06353;
}
</style>
background-color css
<style>
a { background-color: #C06353; }
a { background-color: rgb(192,99,83); }
div.DivClassName
{
background-color: #C06353;
}
.BgClassName
{
background-color: #C06353;
}
</style>
border-color css
<style>
span { border-color: #C06353; }
span { border-color: rgb(192,99,83); }
td.TdClassName
{
border-color: #C06353;
}
.TagClassName
{
border-color: #C06353;
}
</style>