Shades of Sunset #CA4B4A
Tints of Sunset #CA4B4A
RGB
CMYK
RGB Variations
Color information
#CA4B4A (or 0xCA4B4A) is known color: Sunset. HEX triplet: CA, 4B and 4A. RGB value is (202,75,74). Sum of RGB (Red+Green+Blue) = 202+75+74=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4B4A is #35B4B5. Grayscale: #707070. Windows color (decimal): -3519670 or 4869066. OLE color: 4869066.
HSL color Cylindrical-coordinate representation of color #CA4B4A: hue angle of 0.47º 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 #CA4B4A is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 74 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.21 |
| HSL | 0.47º | 0.55% | 0.54% | - |
| HSV(B) | 0.47º | 0.63% | 0.79% | - |
| XYZ | 28.11 | 18.08 | 8.49 | - |
| YUV | 112.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 74 | 0 | 0.63 | 0.63 | 0.21 | 0.47 | 0.55 | 0.54 |
| Hex | CA | 4B | 4A | 0 | 3F | 3F | 15 | 0 | 37 | 36 |
| Octal | 312 | 113 | 112 | 0 | 77 | 77 | 25 | 0 | 67 | 66 |
| Binary | 11001010 | 1001011 | 1001010 | 0 | 111111 | 111111 | 10101 | 0 | 110111 | 110110 |
Color Harmonies of #CA4B4A
Complementary color
Monochromatic Colors of #CA4B4A
Black with #CA4B4A
Text Example
Text Example
White with #CA4B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B4A; }
p { color: rgb(202,75,74); }
H1.HeaderClassName
{
color: #CA4B4A;
}
.AnyTagClassName
{
color: #CA4B4A;
}
</style>
background-color css
<style>
a { background-color: #CA4B4A; }
a { background-color: rgb(202,75,74); }
div.DivClassName
{
background-color: #CA4B4A;
}
.BgClassName
{
background-color: #CA4B4A;
}
</style>
border-color css
<style>
span { border-color: #CA4B4A; }
span { border-color: rgb(202,75,74); }
td.TdClassName
{
border-color: #CA4B4A;
}
.TagClassName
{
border-color: #CA4B4A;
}
</style>