Shades of Dark Coral #CB5041
Tints of Dark Coral #CB5041
RGB
CMYK
RGB Variations
Color information
#CB5041 (or 0xCB5041) is known color: Dark Coral. HEX triplet: CB, 50 and 41. RGB value is (203,80,65). Sum of RGB (Red+Green+Blue) = 203+80+65=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5041 is #34AFBE. Grayscale: #737373. Windows color (decimal): -3452863 or 4280523. OLE color: 4280523.
HSL color Cylindrical-coordinate representation of color #CB5041: hue angle of 6.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB5041 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 65 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.20 |
| HSL | 6.52º | 0.57% | 0.53% | - |
| HSV(B) | 6.52º | 0.68% | 0.8% | - |
| XYZ | 28.45 | 18.82 | 7.13 | - |
| YUV | 115.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 65 | 0 | 0.61 | 0.68 | 0.20 | 6.52 | 0.57 | 0.53 |
| Hex | CB | 50 | 41 | 0 | 3D | 44 | 14 | 7 | 39 | 35 |
| Octal | 313 | 120 | 101 | 0 | 75 | 104 | 24 | 7 | 71 | 65 |
| Binary | 11001011 | 1010000 | 1000001 | 0 | 111101 | 1000100 | 10100 | 111 | 111001 | 110101 |
Color Harmonies of #CB5041
Complementary color
Monochromatic Colors of #CB5041
Black with #CB5041
Text Example
Text Example
White with #CB5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5041; }
p { color: rgb(203,80,65); }
H1.HeaderClassName
{
color: #CB5041;
}
.AnyTagClassName
{
color: #CB5041;
}
</style>
background-color css
<style>
a { background-color: #CB5041; }
a { background-color: rgb(203,80,65); }
div.DivClassName
{
background-color: #CB5041;
}
.BgClassName
{
background-color: #CB5041;
}
</style>
border-color css
<style>
span { border-color: #CB5041; }
span { border-color: rgb(203,80,65); }
td.TdClassName
{
border-color: #CB5041;
}
.TagClassName
{
border-color: #CB5041;
}
</style>