Shades of Sunset #CA4C44
Tints of Sunset #CA4C44
RGB
CMYK
RGB Variations
Color information
#CA4C44 (or 0xCA4C44) is known color: Sunset. HEX triplet: CA, 4C and 44. RGB value is (202,76,68). Sum of RGB (Red+Green+Blue) = 202+76+68=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4C44 is #35B3BB. Grayscale: #707070. Windows color (decimal): -3519420 or 4476106. OLE color: 4476106.
HSL color Cylindrical-coordinate representation of color #CA4C44: hue angle of 3.58º 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 #CA4C44 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 68 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.21 |
| HSL | 3.58º | 0.56% | 0.53% | - |
| HSV(B) | 3.58º | 0.66% | 0.79% | - |
| XYZ | 27.98 | 18.14 | 7.5 | - |
| YUV | 112.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 68 | 0 | 0.62 | 0.66 | 0.21 | 3.58 | 0.56 | 0.53 |
| Hex | CA | 4C | 44 | 0 | 3E | 42 | 15 | 4 | 38 | 35 |
| Octal | 312 | 114 | 104 | 0 | 76 | 102 | 25 | 4 | 70 | 65 |
| Binary | 11001010 | 1001100 | 1000100 | 0 | 111110 | 1000010 | 10101 | 100 | 111000 | 110101 |
Color Harmonies of #CA4C44
Complementary color
Monochromatic Colors of #CA4C44
Black with #CA4C44
Text Example
Text Example
White with #CA4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C44; }
p { color: rgb(202,76,68); }
H1.HeaderClassName
{
color: #CA4C44;
}
.AnyTagClassName
{
color: #CA4C44;
}
</style>
background-color css
<style>
a { background-color: #CA4C44; }
a { background-color: rgb(202,76,68); }
div.DivClassName
{
background-color: #CA4C44;
}
.BgClassName
{
background-color: #CA4C44;
}
</style>
border-color css
<style>
span { border-color: #CA4C44; }
span { border-color: rgb(202,76,68); }
td.TdClassName
{
border-color: #CA4C44;
}
.TagClassName
{
border-color: #CA4C44;
}
</style>