Shades of Sunglo #C65A4D
Tints of Sunglo #C65A4D
RGB
CMYK
RGB Variations
Color information
#C65A4D (or 0xC65A4D) is known color: Sunglo. HEX triplet: C6, 5A and 4D. RGB value is (198,90,77). Sum of RGB (Red+Green+Blue) = 198+90+77=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A4D is #39A5B2. Grayscale: #787878. Windows color (decimal): -3777971 or 5069510. OLE color: 5069510.
HSL color Cylindrical-coordinate representation of color #C65A4D: hue angle of 6.45º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65A4D is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 77 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.22 |
| HSL | 6.45º | 0.51% | 0.54% | - |
| HSV(B) | 6.45º | 0.61% | 0.78% | - |
| XYZ | 28.28 | 19.85 | 9.36 | - |
| YUV | 120.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 77 | 0 | 0.55 | 0.61 | 0.22 | 6.45 | 0.51 | 0.54 |
| Hex | C6 | 5A | 4D | 0 | 37 | 3D | 16 | 6 | 33 | 36 |
| Octal | 306 | 132 | 115 | 0 | 67 | 75 | 26 | 6 | 63 | 66 |
| Binary | 11000110 | 1011010 | 1001101 | 0 | 110111 | 111101 | 10110 | 110 | 110011 | 110110 |
Color Harmonies of #C65A4D
Complementary color
Monochromatic Colors of #C65A4D
Black with #C65A4D
Text Example
Text Example
White with #C65A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A4D; }
p { color: rgb(198,90,77); }
H1.HeaderClassName
{
color: #C65A4D;
}
.AnyTagClassName
{
color: #C65A4D;
}
</style>
background-color css
<style>
a { background-color: #C65A4D; }
a { background-color: rgb(198,90,77); }
div.DivClassName
{
background-color: #C65A4D;
}
.BgClassName
{
background-color: #C65A4D;
}
</style>
border-color css
<style>
span { border-color: #C65A4D; }
span { border-color: rgb(198,90,77); }
td.TdClassName
{
border-color: #C65A4D;
}
.TagClassName
{
border-color: #C65A4D;
}
</style>