Shades of Sunglo #C66153
Tints of Sunglo #C66153
RGB
CMYK
RGB Variations
Color information
#C66153 (or 0xC66153) is known color: Sunglo. HEX triplet: C6, 61 and 53. RGB value is (198,97,83). Sum of RGB (Red+Green+Blue) = 198+97+83=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C66153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66153 is #399EAC. Grayscale: #7D7D7D. Windows color (decimal): -3776173 or 5464518. OLE color: 5464518.
HSL color Cylindrical-coordinate representation of color #C66153: hue angle of 7.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66153 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 83 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.22 |
| HSL | 7.3º | 0.5% | 0.55% | - |
| HSV(B) | 7.3º | 0.58% | 0.78% | - |
| XYZ | 29.12 | 21.18 | 10.74 | - |
| YUV | 125.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 83 | 0 | 0.51 | 0.58 | 0.22 | 7.3 | 0.5 | 0.55 |
| Hex | C6 | 61 | 53 | 0 | 33 | 3A | 16 | 7 | 32 | 37 |
| Octal | 306 | 141 | 123 | 0 | 63 | 72 | 26 | 7 | 62 | 67 |
| Binary | 11000110 | 1100001 | 1010011 | 0 | 110011 | 111010 | 10110 | 111 | 110010 | 110111 |
Color Harmonies of #C66153
Complementary color
Monochromatic Colors of #C66153
Black with #C66153
Text Example
Text Example
White with #C66153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66153; }
p { color: rgb(198,97,83); }
H1.HeaderClassName
{
color: #C66153;
}
.AnyTagClassName
{
color: #C66153;
}
</style>
background-color css
<style>
a { background-color: #C66153; }
a { background-color: rgb(198,97,83); }
div.DivClassName
{
background-color: #C66153;
}
.BgClassName
{
background-color: #C66153;
}
</style>
border-color css
<style>
span { border-color: #C66153; }
span { border-color: rgb(198,97,83); }
td.TdClassName
{
border-color: #C66153;
}
.TagClassName
{
border-color: #C66153;
}
</style>