Shades of Sunglo #CA5E50
Tints of Sunglo #CA5E50
RGB
CMYK
RGB Variations
Color information
#CA5E50 (or 0xCA5E50) is known color: Sunglo. HEX triplet: CA, 5E and 50. RGB value is (202,94,80). Sum of RGB (Red+Green+Blue) = 202+94+80=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E50 is #35A1AF. Grayscale: #7C7C7C. Windows color (decimal): -3514800 or 5267146. OLE color: 5267146.
HSL color Cylindrical-coordinate representation of color #CA5E50: hue angle of 6.89º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5E50 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 80 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.21 |
| HSL | 6.89º | 0.54% | 0.55% | - |
| HSV(B) | 6.89º | 0.6% | 0.79% | - |
| XYZ | 29.81 | 21.14 | 10.1 | - |
| YUV | 124.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 80 | 0 | 0.53 | 0.60 | 0.21 | 6.89 | 0.54 | 0.55 |
| Hex | CA | 5E | 50 | 0 | 35 | 3C | 15 | 7 | 36 | 37 |
| Octal | 312 | 136 | 120 | 0 | 65 | 74 | 25 | 7 | 66 | 67 |
| Binary | 11001010 | 1011110 | 1010000 | 0 | 110101 | 111100 | 10101 | 111 | 110110 | 110111 |
Color Harmonies of #CA5E50
Complementary color
Monochromatic Colors of #CA5E50
Black with #CA5E50
Text Example
Text Example
White with #CA5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E50; }
p { color: rgb(202,94,80); }
H1.HeaderClassName
{
color: #CA5E50;
}
.AnyTagClassName
{
color: #CA5E50;
}
</style>
background-color css
<style>
a { background-color: #CA5E50; }
a { background-color: rgb(202,94,80); }
div.DivClassName
{
background-color: #CA5E50;
}
.BgClassName
{
background-color: #CA5E50;
}
</style>
border-color css
<style>
span { border-color: #CA5E50; }
span { border-color: rgb(202,94,80); }
td.TdClassName
{
border-color: #CA5E50;
}
.TagClassName
{
border-color: #CA5E50;
}
</style>