Shades of Sunglo #CA5E55
Tints of Sunglo #CA5E55
RGB
CMYK
RGB Variations
Color information
#CA5E55 (or 0xCA5E55) is known color: Sunglo. HEX triplet: CA, 5E and 55. RGB value is (202,94,85). Sum of RGB (Red+Green+Blue) = 202+94+85=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E55 is #35A1AA. Grayscale: #7D7D7D. Windows color (decimal): -3514795 or 5594826. OLE color: 5594826.
HSL color Cylindrical-coordinate representation of color #CA5E55: hue angle of 4.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5E55 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 85 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.21 |
| HSL | 4.62º | 0.52% | 0.56% | - |
| HSV(B) | 4.62º | 0.58% | 0.79% | - |
| XYZ | 30 | 21.22 | 11.11 | - |
| YUV | 125.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 85 | 0 | 0.53 | 0.58 | 0.21 | 4.62 | 0.52 | 0.56 |
| Hex | CA | 5E | 55 | 0 | 35 | 3A | 15 | 5 | 34 | 38 |
| Octal | 312 | 136 | 125 | 0 | 65 | 72 | 25 | 5 | 64 | 70 |
| Binary | 11001010 | 1011110 | 1010101 | 0 | 110101 | 111010 | 10101 | 101 | 110100 | 111000 |
Color Harmonies of #CA5E55
Complementary color
Monochromatic Colors of #CA5E55
Black with #CA5E55
Text Example
Text Example
White with #CA5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E55; }
p { color: rgb(202,94,85); }
H1.HeaderClassName
{
color: #CA5E55;
}
.AnyTagClassName
{
color: #CA5E55;
}
</style>
background-color css
<style>
a { background-color: #CA5E55; }
a { background-color: rgb(202,94,85); }
div.DivClassName
{
background-color: #CA5E55;
}
.BgClassName
{
background-color: #CA5E55;
}
</style>
border-color css
<style>
span { border-color: #CA5E55; }
span { border-color: rgb(202,94,85); }
td.TdClassName
{
border-color: #CA5E55;
}
.TagClassName
{
border-color: #CA5E55;
}
</style>