Shades of Sunset #CA4745
Tints of Sunset #CA4745
RGB
CMYK
RGB Variations
Color information
#CA4745 (or 0xCA4745) is known color: Sunset. HEX triplet: CA, 47 and 45. RGB value is (202,71,69). Sum of RGB (Red+Green+Blue) = 202+71+69=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4745 is #35B8BA. Grayscale: #6E6E6E. Windows color (decimal): -3520699 or 4540362. OLE color: 4540362.
HSL color Cylindrical-coordinate representation of color #CA4745: hue angle of 0.9º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4745 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 69 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.21 |
| HSL | 0.9º | 0.56% | 0.53% | - |
| HSV(B) | 0.9º | 0.66% | 0.79% | - |
| XYZ | 27.68 | 17.49 | 7.55 | - |
| YUV | 109.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 69 | 0 | 0.65 | 0.66 | 0.21 | 0.9 | 0.56 | 0.53 |
| Hex | CA | 47 | 45 | 0 | 41 | 42 | 15 | 1 | 38 | 35 |
| Octal | 312 | 107 | 105 | 0 | 101 | 102 | 25 | 1 | 70 | 65 |
| Binary | 11001010 | 1000111 | 1000101 | 0 | 1000001 | 1000010 | 10101 | 1 | 111000 | 110101 |
Color Harmonies of #CA4745
Complementary color
Monochromatic Colors of #CA4745
Black with #CA4745
Text Example
Text Example
White with #CA4745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4745; }
p { color: rgb(202,71,69); }
H1.HeaderClassName
{
color: #CA4745;
}
.AnyTagClassName
{
color: #CA4745;
}
</style>
background-color css
<style>
a { background-color: #CA4745; }
a { background-color: rgb(202,71,69); }
div.DivClassName
{
background-color: #CA4745;
}
.BgClassName
{
background-color: #CA4745;
}
</style>
border-color css
<style>
span { border-color: #CA4745; }
span { border-color: rgb(202,71,69); }
td.TdClassName
{
border-color: #CA4745;
}
.TagClassName
{
border-color: #CA4745;
}
</style>