Shades of Sunglo #C65D4F
Tints of Sunglo #C65D4F
RGB
CMYK
RGB Variations
Color information
#C65D4F (or 0xC65D4F) is known color: Sunglo. HEX triplet: C6, 5D and 4F. RGB value is (198,93,79). Sum of RGB (Red+Green+Blue) = 198+93+79=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D4F is #39A2B0. Grayscale: #7A7A7A. Windows color (decimal): -3777201 or 5201350. OLE color: 5201350.
HSL color Cylindrical-coordinate representation of color #C65D4F: hue angle of 7.06º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65D4F is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 79 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.22 |
| HSL | 7.06º | 0.51% | 0.54% | - |
| HSV(B) | 7.06º | 0.6% | 0.78% | - |
| XYZ | 28.61 | 20.4 | 9.83 | - |
| YUV | 122.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 79 | 0 | 0.53 | 0.60 | 0.22 | 7.06 | 0.51 | 0.54 |
| Hex | C6 | 5D | 4F | 0 | 35 | 3C | 16 | 7 | 33 | 36 |
| Octal | 306 | 135 | 117 | 0 | 65 | 74 | 26 | 7 | 63 | 66 |
| Binary | 11000110 | 1011101 | 1001111 | 0 | 110101 | 111100 | 10110 | 111 | 110011 | 110110 |
Color Harmonies of #C65D4F
Complementary color
Monochromatic Colors of #C65D4F
Black with #C65D4F
Text Example
Text Example
White with #C65D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D4F; }
p { color: rgb(198,93,79); }
H1.HeaderClassName
{
color: #C65D4F;
}
.AnyTagClassName
{
color: #C65D4F;
}
</style>
background-color css
<style>
a { background-color: #C65D4F; }
a { background-color: rgb(198,93,79); }
div.DivClassName
{
background-color: #C65D4F;
}
.BgClassName
{
background-color: #C65D4F;
}
</style>
border-color css
<style>
span { border-color: #C65D4F; }
span { border-color: rgb(198,93,79); }
td.TdClassName
{
border-color: #C65D4F;
}
.TagClassName
{
border-color: #C65D4F;
}
</style>