Shades of Sunglo #C65D58
Tints of Sunglo #C65D58
RGB
CMYK
RGB Variations
Color information
#C65D58 (or 0xC65D58) is known color: Sunglo. HEX triplet: C6, 5D and 58. RGB value is (198,93,88). Sum of RGB (Red+Green+Blue) = 198+93+88=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D58 is #39A2A7. Grayscale: #7B7B7B. Windows color (decimal): -3777192 or 5791174. OLE color: 5791174.
HSL color Cylindrical-coordinate representation of color #C65D58: hue angle of 2.73º 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 #C65D58 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 88 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.22 |
| HSL | 2.73º | 0.49% | 0.56% | - |
| HSV(B) | 2.73º | 0.56% | 0.78% | - |
| XYZ | 28.96 | 20.54 | 11.67 | - |
| YUV | 123.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 88 | 0 | 0.53 | 0.56 | 0.22 | 2.73 | 0.49 | 0.56 |
| Hex | C6 | 5D | 58 | 0 | 35 | 38 | 16 | 3 | 31 | 38 |
| Octal | 306 | 135 | 130 | 0 | 65 | 70 | 26 | 3 | 61 | 70 |
| Binary | 11000110 | 1011101 | 1011000 | 0 | 110101 | 111000 | 10110 | 11 | 110001 | 111000 |
Color Harmonies of #C65D58
Complementary color
Monochromatic Colors of #C65D58
Black with #C65D58
Text Example
Text Example
White with #C65D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D58; }
p { color: rgb(198,93,88); }
H1.HeaderClassName
{
color: #C65D58;
}
.AnyTagClassName
{
color: #C65D58;
}
</style>
background-color css
<style>
a { background-color: #C65D58; }
a { background-color: rgb(198,93,88); }
div.DivClassName
{
background-color: #C65D58;
}
.BgClassName
{
background-color: #C65D58;
}
</style>
border-color css
<style>
span { border-color: #C65D58; }
span { border-color: rgb(198,93,88); }
td.TdClassName
{
border-color: #C65D58;
}
.TagClassName
{
border-color: #C65D58;
}
</style>