Shades of Sunset #CA4341
Tints of Sunset #CA4341
RGB
CMYK
RGB Variations
Color information
#CA4341 (or 0xCA4341) is known color: Sunset. HEX triplet: CA, 43 and 41. RGB value is (202,67,65). Sum of RGB (Red+Green+Blue) = 202+67+65=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4341 is #35BCBE. Grayscale: #6B6B6B. Windows color (decimal): -3521727 or 4277194. OLE color: 4277194.
HSL color Cylindrical-coordinate representation of color #CA4341: hue angle of 0.88º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4341 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 65 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.21 |
| HSL | 0.88º | 0.56% | 0.52% | - |
| HSV(B) | 0.88º | 0.68% | 0.79% | - |
| XYZ | 27.32 | 16.95 | 6.83 | - |
| YUV | 107.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 65 | 0 | 0.67 | 0.68 | 0.21 | 0.88 | 0.56 | 0.52 |
| Hex | CA | 43 | 41 | 0 | 43 | 44 | 15 | 1 | 38 | 34 |
| Octal | 312 | 103 | 101 | 0 | 103 | 104 | 25 | 1 | 70 | 64 |
| Binary | 11001010 | 1000011 | 1000001 | 0 | 1000011 | 1000100 | 10101 | 1 | 111000 | 110100 |
Color Harmonies of #CA4341
Complementary color
Monochromatic Colors of #CA4341
Black with #CA4341
Text Example
Text Example
White with #CA4341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4341; }
p { color: rgb(202,67,65); }
H1.HeaderClassName
{
color: #CA4341;
}
.AnyTagClassName
{
color: #CA4341;
}
</style>
background-color css
<style>
a { background-color: #CA4341; }
a { background-color: rgb(202,67,65); }
div.DivClassName
{
background-color: #CA4341;
}
.BgClassName
{
background-color: #CA4341;
}
</style>
border-color css
<style>
span { border-color: #CA4341; }
span { border-color: rgb(202,67,65); }
td.TdClassName
{
border-color: #CA4341;
}
.TagClassName
{
border-color: #CA4341;
}
</style>