Shades of Dark Coral #CB5648
Tints of Dark Coral #CB5648
RGB
CMYK
RGB Variations
Color information
#CB5648 (or 0xCB5648) is known color: Dark Coral. HEX triplet: CB, 56 and 48. RGB value is (203,86,72). Sum of RGB (Red+Green+Blue) = 203+86+72=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5648 is #34A9B7. Grayscale: #777777. Windows color (decimal): -3451320 or 4740811. OLE color: 4740811.
HSL color Cylindrical-coordinate representation of color #CB5648: hue angle of 6.41º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB5648 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 72 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.20 |
| HSL | 6.41º | 0.56% | 0.54% | - |
| HSV(B) | 6.41º | 0.65% | 0.8% | - |
| XYZ | 29.13 | 19.82 | 8.42 | - |
| YUV | 119.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 72 | 0 | 0.58 | 0.65 | 0.20 | 6.41 | 0.56 | 0.54 |
| Hex | CB | 56 | 48 | 0 | 3A | 41 | 14 | 6 | 38 | 36 |
| Octal | 313 | 126 | 110 | 0 | 72 | 101 | 24 | 6 | 70 | 66 |
| Binary | 11001011 | 1010110 | 1001000 | 0 | 111010 | 1000001 | 10100 | 110 | 111000 | 110110 |
Color Harmonies of #CB5648
Complementary color
Monochromatic Colors of #CB5648
Black with #CB5648
Text Example
Text Example
White with #CB5648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5648; }
p { color: rgb(203,86,72); }
H1.HeaderClassName
{
color: #CB5648;
}
.AnyTagClassName
{
color: #CB5648;
}
</style>
background-color css
<style>
a { background-color: #CB5648; }
a { background-color: rgb(203,86,72); }
div.DivClassName
{
background-color: #CB5648;
}
.BgClassName
{
background-color: #CB5648;
}
</style>
border-color css
<style>
span { border-color: #CB5648; }
span { border-color: rgb(203,86,72); }
td.TdClassName
{
border-color: #CB5648;
}
.TagClassName
{
border-color: #CB5648;
}
</style>