Shades of Sunglo #CA6459
Tints of Sunglo #CA6459
RGB
CMYK
RGB Variations
Color information
#CA6459 (or 0xCA6459) is known color: Sunglo. HEX triplet: CA, 64 and 59. RGB value is (202,100,89). Sum of RGB (Red+Green+Blue) = 202+100+89=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6459 is #359BA6. Grayscale: #818181. Windows color (decimal): -3513255 or 5858506. OLE color: 5858506.
HSL color Cylindrical-coordinate representation of color #CA6459: hue angle of 5.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6459 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 89 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.21 |
| HSL | 5.84º | 0.52% | 0.57% | - |
| HSV(B) | 5.84º | 0.56% | 0.79% | - |
| XYZ | 30.72 | 22.39 | 12.15 | - |
| YUV | 129.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 89 | 0 | 0.50 | 0.56 | 0.21 | 5.84 | 0.52 | 0.57 |
| Hex | CA | 64 | 59 | 0 | 32 | 38 | 15 | 6 | 34 | 39 |
| Octal | 312 | 144 | 131 | 0 | 62 | 70 | 25 | 6 | 64 | 71 |
| Binary | 11001010 | 1100100 | 1011001 | 0 | 110010 | 111000 | 10101 | 110 | 110100 | 111001 |
Color Harmonies of #CA6459
Complementary color
Monochromatic Colors of #CA6459
Black with #CA6459
Text Example
Text Example
White with #CA6459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6459; }
p { color: rgb(202,100,89); }
H1.HeaderClassName
{
color: #CA6459;
}
.AnyTagClassName
{
color: #CA6459;
}
</style>
background-color css
<style>
a { background-color: #CA6459; }
a { background-color: rgb(202,100,89); }
div.DivClassName
{
background-color: #CA6459;
}
.BgClassName
{
background-color: #CA6459;
}
</style>
border-color css
<style>
span { border-color: #CA6459; }
span { border-color: rgb(202,100,89); }
td.TdClassName
{
border-color: #CA6459;
}
.TagClassName
{
border-color: #CA6459;
}
</style>