Shades of Sunset #CA4A42
Tints of Sunset #CA4A42
RGB
CMYK
RGB Variations
Color information
#CA4A42 (or 0xCA4A42) is known color: Sunset. HEX triplet: CA, 4A and 42. RGB value is (202,74,66). Sum of RGB (Red+Green+Blue) = 202+74+66=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A42 is #35B5BD. Grayscale: #6F6F6F. Windows color (decimal): -3519934 or 4344522. OLE color: 4344522.
HSL color Cylindrical-coordinate representation of color #CA4A42: hue angle of 3.53º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4A42 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 66 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.21 |
| HSL | 3.53º | 0.56% | 0.53% | - |
| HSV(B) | 3.53º | 0.67% | 0.79% | - |
| XYZ | 27.79 | 17.85 | 7.13 | - |
| YUV | 111.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 66 | 0 | 0.63 | 0.67 | 0.21 | 3.53 | 0.56 | 0.53 |
| Hex | CA | 4A | 42 | 0 | 3F | 43 | 15 | 4 | 38 | 35 |
| Octal | 312 | 112 | 102 | 0 | 77 | 103 | 25 | 4 | 70 | 65 |
| Binary | 11001010 | 1001010 | 1000010 | 0 | 111111 | 1000011 | 10101 | 100 | 111000 | 110101 |
Color Harmonies of #CA4A42
Complementary color
Monochromatic Colors of #CA4A42
Black with #CA4A42
Text Example
Text Example
White with #CA4A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A42; }
p { color: rgb(202,74,66); }
H1.HeaderClassName
{
color: #CA4A42;
}
.AnyTagClassName
{
color: #CA4A42;
}
</style>
background-color css
<style>
a { background-color: #CA4A42; }
a { background-color: rgb(202,74,66); }
div.DivClassName
{
background-color: #CA4A42;
}
.BgClassName
{
background-color: #CA4A42;
}
</style>
border-color css
<style>
span { border-color: #CA4A42; }
span { border-color: rgb(202,74,66); }
td.TdClassName
{
border-color: #CA4A42;
}
.TagClassName
{
border-color: #CA4A42;
}
</style>