Shades of Sunglo #C66257
Tints of Sunglo #C66257
RGB
CMYK
RGB Variations
Color information
#C66257 (or 0xC66257) is known color: Sunglo. HEX triplet: C6, 62 and 57. RGB value is (198,98,87). Sum of RGB (Red+Green+Blue) = 198+98+87=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C66257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66257 is #399DA8. Grayscale: #7E7E7E. Windows color (decimal): -3775913 or 5726918. OLE color: 5726918.
HSL color Cylindrical-coordinate representation of color #C66257: hue angle of 5.95º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66257 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 87 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.22 |
| HSL | 5.95º | 0.49% | 0.56% | - |
| HSV(B) | 5.95º | 0.56% | 0.78% | - |
| XYZ | 29.38 | 21.43 | 11.6 | - |
| YUV | 126.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 87 | 0 | 0.51 | 0.56 | 0.22 | 5.95 | 0.49 | 0.56 |
| Hex | C6 | 62 | 57 | 0 | 33 | 38 | 16 | 6 | 31 | 38 |
| Octal | 306 | 142 | 127 | 0 | 63 | 70 | 26 | 6 | 61 | 70 |
| Binary | 11000110 | 1100010 | 1010111 | 0 | 110011 | 111000 | 10110 | 110 | 110001 | 111000 |
Color Harmonies of #C66257
Complementary color
Monochromatic Colors of #C66257
Black with #C66257
Text Example
Text Example
White with #C66257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66257; }
p { color: rgb(198,98,87); }
H1.HeaderClassName
{
color: #C66257;
}
.AnyTagClassName
{
color: #C66257;
}
</style>
background-color css
<style>
a { background-color: #C66257; }
a { background-color: rgb(198,98,87); }
div.DivClassName
{
background-color: #C66257;
}
.BgClassName
{
background-color: #C66257;
}
</style>
border-color css
<style>
span { border-color: #C66257; }
span { border-color: rgb(198,98,87); }
td.TdClassName
{
border-color: #C66257;
}
.TagClassName
{
border-color: #C66257;
}
</style>