Shades of Sunglo #CA5B51
Tints of Sunglo #CA5B51
RGB
CMYK
RGB Variations
Color information
#CA5B51 (or 0xCA5B51) is known color: Sunglo. HEX triplet: CA, 5B and 51. RGB value is (202,91,81). Sum of RGB (Red+Green+Blue) = 202+91+81=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B51 is #35A4AE. Grayscale: #7B7B7B. Windows color (decimal): -3515567 or 5331914. OLE color: 5331914.
HSL color Cylindrical-coordinate representation of color #CA5B51: hue angle of 4.96º degrees, saturation: 0.53, 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 #CA5B51 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 81 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.21 |
| HSL | 4.96º | 0.53% | 0.55% | - |
| HSV(B) | 4.96º | 0.6% | 0.79% | - |
| XYZ | 29.58 | 20.63 | 10.21 | - |
| YUV | 123.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 81 | 0 | 0.55 | 0.60 | 0.21 | 4.96 | 0.53 | 0.55 |
| Hex | CA | 5B | 51 | 0 | 37 | 3C | 15 | 5 | 35 | 37 |
| Octal | 312 | 133 | 121 | 0 | 67 | 74 | 25 | 5 | 65 | 67 |
| Binary | 11001010 | 1011011 | 1010001 | 0 | 110111 | 111100 | 10101 | 101 | 110101 | 110111 |
Color Harmonies of #CA5B51
Complementary color
Monochromatic Colors of #CA5B51
Black with #CA5B51
Text Example
Text Example
White with #CA5B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5B51; }
p { color: rgb(202,91,81); }
H1.HeaderClassName
{
color: #CA5B51;
}
.AnyTagClassName
{
color: #CA5B51;
}
</style>
background-color css
<style>
a { background-color: #CA5B51; }
a { background-color: rgb(202,91,81); }
div.DivClassName
{
background-color: #CA5B51;
}
.BgClassName
{
background-color: #CA5B51;
}
</style>
border-color css
<style>
span { border-color: #CA5B51; }
span { border-color: rgb(202,91,81); }
td.TdClassName
{
border-color: #CA5B51;
}
.TagClassName
{
border-color: #CA5B51;
}
</style>