Shades of Sunglo #CA604D
Tints of Sunglo #CA604D
RGB
CMYK
RGB Variations
Color information
#CA604D (or 0xCA604D) is known color: Sunglo. HEX triplet: CA, 60 and 4D. RGB value is (202,96,77). Sum of RGB (Red+Green+Blue) = 202+96+77=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA604D is #359FB2. Grayscale: #7D7D7D. Windows color (decimal): -3514291 or 5071050. OLE color: 5071050.
HSL color Cylindrical-coordinate representation of color #CA604D: hue angle of 9.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA604D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 77 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.21 |
| HSL | 9.12º | 0.54% | 0.55% | - |
| HSV(B) | 9.12º | 0.62% | 0.79% | - |
| XYZ | 29.88 | 21.46 | 9.59 | - |
| YUV | 125.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 77 | 0 | 0.52 | 0.62 | 0.21 | 9.12 | 0.54 | 0.55 |
| Hex | CA | 60 | 4D | 0 | 34 | 3E | 15 | 9 | 36 | 37 |
| Octal | 312 | 140 | 115 | 0 | 64 | 76 | 25 | 11 | 66 | 67 |
| Binary | 11001010 | 1100000 | 1001101 | 0 | 110100 | 111110 | 10101 | 1001 | 110110 | 110111 |
Color Harmonies of #CA604D
Complementary color
Monochromatic Colors of #CA604D
Black with #CA604D
Text Example
Text Example
White with #CA604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA604D; }
p { color: rgb(202,96,77); }
H1.HeaderClassName
{
color: #CA604D;
}
.AnyTagClassName
{
color: #CA604D;
}
</style>
background-color css
<style>
a { background-color: #CA604D; }
a { background-color: rgb(202,96,77); }
div.DivClassName
{
background-color: #CA604D;
}
.BgClassName
{
background-color: #CA604D;
}
</style>
border-color css
<style>
span { border-color: #CA604D; }
span { border-color: rgb(202,96,77); }
td.TdClassName
{
border-color: #CA604D;
}
.TagClassName
{
border-color: #CA604D;
}
</style>