Shades of Sunset #CA4D4B
Tints of Sunset #CA4D4B
RGB
CMYK
RGB Variations
Color information
#CA4D4B (or 0xCA4D4B) is known color: Sunset. HEX triplet: CA, 4D and 4B. RGB value is (202,77,75). Sum of RGB (Red+Green+Blue) = 202+77+75=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D4B is #35B2B4. Grayscale: #727272. Windows color (decimal): -3519157 or 4935114. OLE color: 4935114.
HSL color Cylindrical-coordinate representation of color #CA4D4B: hue angle of 0.94º 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 #CA4D4B is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 75 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.21 |
| HSL | 0.94º | 0.55% | 0.54% | - |
| HSV(B) | 0.94º | 0.63% | 0.79% | - |
| XYZ | 28.28 | 18.37 | 8.71 | - |
| YUV | 114.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 75 | 0 | 0.62 | 0.63 | 0.21 | 0.94 | 0.55 | 0.54 |
| Hex | CA | 4D | 4B | 0 | 3E | 3F | 15 | 1 | 37 | 36 |
| Octal | 312 | 115 | 113 | 0 | 76 | 77 | 25 | 1 | 67 | 66 |
| Binary | 11001010 | 1001101 | 1001011 | 0 | 111110 | 111111 | 10101 | 1 | 110111 | 110110 |
Color Harmonies of #CA4D4B
Complementary color
Monochromatic Colors of #CA4D4B
Black with #CA4D4B
Text Example
Text Example
White with #CA4D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D4B; }
p { color: rgb(202,77,75); }
H1.HeaderClassName
{
color: #CA4D4B;
}
.AnyTagClassName
{
color: #CA4D4B;
}
</style>
background-color css
<style>
a { background-color: #CA4D4B; }
a { background-color: rgb(202,77,75); }
div.DivClassName
{
background-color: #CA4D4B;
}
.BgClassName
{
background-color: #CA4D4B;
}
</style>
border-color css
<style>
span { border-color: #CA4D4B; }
span { border-color: rgb(202,77,75); }
td.TdClassName
{
border-color: #CA4D4B;
}
.TagClassName
{
border-color: #CA4D4B;
}
</style>