Shades of Sunset #CA504B
Tints of Sunset #CA504B
RGB
CMYK
RGB Variations
Color information
#CA504B (or 0xCA504B) is known color: Sunset. HEX triplet: CA, 50 and 4B. RGB value is (202,80,75). Sum of RGB (Red+Green+Blue) = 202+80+75=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA504B is #35AFB4. Grayscale: #747474. Windows color (decimal): -3518389 or 4935882. OLE color: 4935882.
HSL color Cylindrical-coordinate representation of color #CA504B: hue angle of 2.36º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA504B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 75 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.21 |
| HSL | 2.36º | 0.55% | 0.54% | - |
| HSV(B) | 2.36º | 0.63% | 0.79% | - |
| XYZ | 28.5 | 18.8 | 8.78 | - |
| YUV | 115.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 75 | 0 | 0.60 | 0.63 | 0.21 | 2.36 | 0.55 | 0.54 |
| Hex | CA | 50 | 4B | 0 | 3C | 3F | 15 | 2 | 37 | 36 |
| Octal | 312 | 120 | 113 | 0 | 74 | 77 | 25 | 2 | 67 | 66 |
| Binary | 11001010 | 1010000 | 1001011 | 0 | 111100 | 111111 | 10101 | 10 | 110111 | 110110 |
Color Harmonies of #CA504B
Complementary color
Monochromatic Colors of #CA504B
Black with #CA504B
Text Example
Text Example
White with #CA504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA504B; }
p { color: rgb(202,80,75); }
H1.HeaderClassName
{
color: #CA504B;
}
.AnyTagClassName
{
color: #CA504B;
}
</style>
background-color css
<style>
a { background-color: #CA504B; }
a { background-color: rgb(202,80,75); }
div.DivClassName
{
background-color: #CA504B;
}
.BgClassName
{
background-color: #CA504B;
}
</style>
border-color css
<style>
span { border-color: #CA504B; }
span { border-color: rgb(202,80,75); }
td.TdClassName
{
border-color: #CA504B;
}
.TagClassName
{
border-color: #CA504B;
}
</style>