Shades of Sunglo #CA5E53
Tints of Sunglo #CA5E53
RGB
CMYK
RGB Variations
Color information
#CA5E53 (or 0xCA5E53) is known color: Sunglo. HEX triplet: CA, 5E and 53. RGB value is (202,94,83). Sum of RGB (Red+Green+Blue) = 202+94+83=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E53 is #35A1AC. Grayscale: #7D7D7D. Windows color (decimal): -3514797 or 5463754. OLE color: 5463754.
HSL color Cylindrical-coordinate representation of color #CA5E53: hue angle of 5.55º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5E53 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 83 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.21 |
| HSL | 5.55º | 0.53% | 0.56% | - |
| HSV(B) | 5.55º | 0.59% | 0.79% | - |
| XYZ | 29.92 | 21.19 | 10.7 | - |
| YUV | 125.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 83 | 0 | 0.53 | 0.59 | 0.21 | 5.55 | 0.53 | 0.56 |
| Hex | CA | 5E | 53 | 0 | 35 | 3B | 15 | 6 | 35 | 38 |
| Octal | 312 | 136 | 123 | 0 | 65 | 73 | 25 | 6 | 65 | 70 |
| Binary | 11001010 | 1011110 | 1010011 | 0 | 110101 | 111011 | 10101 | 110 | 110101 | 111000 |
Color Harmonies of #CA5E53
Complementary color
Monochromatic Colors of #CA5E53
Black with #CA5E53
Text Example
Text Example
White with #CA5E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E53; }
p { color: rgb(202,94,83); }
H1.HeaderClassName
{
color: #CA5E53;
}
.AnyTagClassName
{
color: #CA5E53;
}
</style>
background-color css
<style>
a { background-color: #CA5E53; }
a { background-color: rgb(202,94,83); }
div.DivClassName
{
background-color: #CA5E53;
}
.BgClassName
{
background-color: #CA5E53;
}
</style>
border-color css
<style>
span { border-color: #CA5E53; }
span { border-color: rgb(202,94,83); }
td.TdClassName
{
border-color: #CA5E53;
}
.TagClassName
{
border-color: #CA5E53;
}
</style>