Shades of Sunset #CA4340
Tints of Sunset #CA4340
RGB
CMYK
RGB Variations
Color information
#CA4340 (or 0xCA4340) is known color: Sunset. HEX triplet: CA, 43 and 40. RGB value is (202,67,64). Sum of RGB (Red+Green+Blue) = 202+67+64=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4340 is #35BCBF. Grayscale: #6B6B6B. Windows color (decimal): -3521728 or 4211658. OLE color: 4211658.
HSL color Cylindrical-coordinate representation of color #CA4340: hue angle of 1.3º degrees, saturation: 0.57, 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 #CA4340 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 64 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.21 |
| HSL | 1.3º | 0.57% | 0.52% | - |
| HSV(B) | 1.3º | 0.68% | 0.79% | - |
| XYZ | 27.29 | 16.94 | 6.68 | - |
| YUV | 107.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 64 | 0 | 0.67 | 0.68 | 0.21 | 1.3 | 0.57 | 0.52 |
| Hex | CA | 43 | 40 | 0 | 43 | 44 | 15 | 1 | 39 | 34 |
| Octal | 312 | 103 | 100 | 0 | 103 | 104 | 25 | 1 | 71 | 64 |
| Binary | 11001010 | 1000011 | 1000000 | 0 | 1000011 | 1000100 | 10101 | 1 | 111001 | 110100 |
Color Harmonies of #CA4340
Complementary color
Monochromatic Colors of #CA4340
Black with #CA4340
Text Example
Text Example
White with #CA4340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4340; }
p { color: rgb(202,67,64); }
H1.HeaderClassName
{
color: #CA4340;
}
.AnyTagClassName
{
color: #CA4340;
}
</style>
background-color css
<style>
a { background-color: #CA4340; }
a { background-color: rgb(202,67,64); }
div.DivClassName
{
background-color: #CA4340;
}
.BgClassName
{
background-color: #CA4340;
}
</style>
border-color css
<style>
span { border-color: #CA4340; }
span { border-color: rgb(202,67,64); }
td.TdClassName
{
border-color: #CA4340;
}
.TagClassName
{
border-color: #CA4340;
}
</style>