Shades of Sunglo #CA5D57
Tints of Sunglo #CA5D57
RGB
CMYK
RGB Variations
Color information
#CA5D57 (or 0xCA5D57) is known color: Sunglo. HEX triplet: CA, 5D and 57. RGB value is (202,93,87). Sum of RGB (Red+Green+Blue) = 202+93+87=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D57 is #35A2A8. Grayscale: #7D7D7D. Windows color (decimal): -3515049 or 5725642. OLE color: 5725642.
HSL color Cylindrical-coordinate representation of color #CA5D57: hue angle of 3.13º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5D57 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 87 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.21 |
| HSL | 3.13º | 0.52% | 0.57% | - |
| HSV(B) | 3.13º | 0.57% | 0.79% | - |
| XYZ | 29.99 | 21.07 | 11.5 | - |
| YUV | 124.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 87 | 0 | 0.54 | 0.57 | 0.21 | 3.13 | 0.52 | 0.57 |
| Hex | CA | 5D | 57 | 0 | 36 | 39 | 15 | 3 | 34 | 39 |
| Octal | 312 | 135 | 127 | 0 | 66 | 71 | 25 | 3 | 64 | 71 |
| Binary | 11001010 | 1011101 | 1010111 | 0 | 110110 | 111001 | 10101 | 11 | 110100 | 111001 |
Color Harmonies of #CA5D57
Complementary color
Monochromatic Colors of #CA5D57
Black with #CA5D57
Text Example
Text Example
White with #CA5D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D57; }
p { color: rgb(202,93,87); }
H1.HeaderClassName
{
color: #CA5D57;
}
.AnyTagClassName
{
color: #CA5D57;
}
</style>
background-color css
<style>
a { background-color: #CA5D57; }
a { background-color: rgb(202,93,87); }
div.DivClassName
{
background-color: #CA5D57;
}
.BgClassName
{
background-color: #CA5D57;
}
</style>
border-color css
<style>
span { border-color: #CA5D57; }
span { border-color: rgb(202,93,87); }
td.TdClassName
{
border-color: #CA5D57;
}
.TagClassName
{
border-color: #CA5D57;
}
</style>