Shades of Dark Coral #CA554A
Tints of Dark Coral #CA554A
RGB
CMYK
RGB Variations
Color information
#CA554A (or 0xCA554A) is known color: Dark Coral. HEX triplet: CA, 55 and 4A. RGB value is (202,85,74). Sum of RGB (Red+Green+Blue) = 202+85+74=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA554A is #35AAB5. Grayscale: #767676. Windows color (decimal): -3517110 or 4871626. OLE color: 4871626.
HSL color Cylindrical-coordinate representation of color #CA554A: hue angle of 5.16º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA554A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 74 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.21 |
| HSL | 5.16º | 0.55% | 0.54% | - |
| HSV(B) | 5.16º | 0.63% | 0.79% | - |
| XYZ | 28.84 | 19.55 | 8.73 | - |
| YUV | 118.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 74 | 0 | 0.58 | 0.63 | 0.21 | 5.16 | 0.55 | 0.54 |
| Hex | CA | 55 | 4A | 0 | 3A | 3F | 15 | 5 | 37 | 36 |
| Octal | 312 | 125 | 112 | 0 | 72 | 77 | 25 | 5 | 67 | 66 |
| Binary | 11001010 | 1010101 | 1001010 | 0 | 111010 | 111111 | 10101 | 101 | 110111 | 110110 |
Color Harmonies of #CA554A
Complementary color
Monochromatic Colors of #CA554A
Black with #CA554A
Text Example
Text Example
White with #CA554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA554A; }
p { color: rgb(202,85,74); }
H1.HeaderClassName
{
color: #CA554A;
}
.AnyTagClassName
{
color: #CA554A;
}
</style>
background-color css
<style>
a { background-color: #CA554A; }
a { background-color: rgb(202,85,74); }
div.DivClassName
{
background-color: #CA554A;
}
.BgClassName
{
background-color: #CA554A;
}
</style>
border-color css
<style>
span { border-color: #CA554A; }
span { border-color: rgb(202,85,74); }
td.TdClassName
{
border-color: #CA554A;
}
.TagClassName
{
border-color: #CA554A;
}
</style>