Shades of Sunglo #CA6252
Tints of Sunglo #CA6252
RGB
CMYK
RGB Variations
Color information
#CA6252 (or 0xCA6252) is known color: Sunglo. HEX triplet: CA, 62 and 52. RGB value is (202,98,82). Sum of RGB (Red+Green+Blue) = 202+98+82=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6252 is #359DAD. Grayscale: #7F7F7F. Windows color (decimal): -3513774 or 5399242. OLE color: 5399242.
HSL color Cylindrical-coordinate representation of color #CA6252: hue angle of 8º 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 #CA6252 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 82 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.21 |
| HSL | 8º | 0.53% | 0.56% | - |
| HSV(B) | 8º | 0.59% | 0.79% | - |
| XYZ | 30.25 | 21.9 | 10.62 | - |
| YUV | 127.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 82 | 0 | 0.51 | 0.59 | 0.21 | 8 | 0.53 | 0.56 |
| Hex | CA | 62 | 52 | 0 | 33 | 3B | 15 | 8 | 35 | 38 |
| Octal | 312 | 142 | 122 | 0 | 63 | 73 | 25 | 10 | 65 | 70 |
| Binary | 11001010 | 1100010 | 1010010 | 0 | 110011 | 111011 | 10101 | 1000 | 110101 | 111000 |
Color Harmonies of #CA6252
Complementary color
Monochromatic Colors of #CA6252
Black with #CA6252
Text Example
Text Example
White with #CA6252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6252; }
p { color: rgb(202,98,82); }
H1.HeaderClassName
{
color: #CA6252;
}
.AnyTagClassName
{
color: #CA6252;
}
</style>
background-color css
<style>
a { background-color: #CA6252; }
a { background-color: rgb(202,98,82); }
div.DivClassName
{
background-color: #CA6252;
}
.BgClassName
{
background-color: #CA6252;
}
</style>
border-color css
<style>
span { border-color: #CA6252; }
span { border-color: rgb(202,98,82); }
td.TdClassName
{
border-color: #CA6252;
}
.TagClassName
{
border-color: #CA6252;
}
</style>