Shades of Sunset #CA4947
Tints of Sunset #CA4947
RGB
CMYK
RGB Variations
Color information
#CA4947 (or 0xCA4947) is known color: Sunset. HEX triplet: CA, 49 and 47. RGB value is (202,73,71). Sum of RGB (Red+Green+Blue) = 202+73+71=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4947 is #35B6B8. Grayscale: #6F6F6F. Windows color (decimal): -3520185 or 4671946. OLE color: 4671946.
HSL color Cylindrical-coordinate representation of color #CA4947: hue angle of 0.92º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4947 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 71 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.21 |
| HSL | 0.92º | 0.55% | 0.54% | - |
| HSV(B) | 0.92º | 0.65% | 0.79% | - |
| XYZ | 27.88 | 17.78 | 7.92 | - |
| YUV | 111.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 71 | 0 | 0.64 | 0.65 | 0.21 | 0.92 | 0.55 | 0.54 |
| Hex | CA | 49 | 47 | 0 | 40 | 41 | 15 | 1 | 37 | 36 |
| Octal | 312 | 111 | 107 | 0 | 100 | 101 | 25 | 1 | 67 | 66 |
| Binary | 11001010 | 1001001 | 1000111 | 0 | 1000000 | 1000001 | 10101 | 1 | 110111 | 110110 |
Color Harmonies of #CA4947
Complementary color
Monochromatic Colors of #CA4947
Black with #CA4947
Text Example
Text Example
White with #CA4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4947; }
p { color: rgb(202,73,71); }
H1.HeaderClassName
{
color: #CA4947;
}
.AnyTagClassName
{
color: #CA4947;
}
</style>
background-color css
<style>
a { background-color: #CA4947; }
a { background-color: rgb(202,73,71); }
div.DivClassName
{
background-color: #CA4947;
}
.BgClassName
{
background-color: #CA4947;
}
</style>
border-color css
<style>
span { border-color: #CA4947; }
span { border-color: rgb(202,73,71); }
td.TdClassName
{
border-color: #CA4947;
}
.TagClassName
{
border-color: #CA4947;
}
</style>