Shades of Dark Coral #CB5B49
Tints of Dark Coral #CB5B49
RGB
CMYK
RGB Variations
Color information
#CB5B49 (or 0xCB5B49) is known color: Dark Coral. HEX triplet: CB, 5B and 49. RGB value is (203,91,73). Sum of RGB (Red+Green+Blue) = 203+91+73=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B49 is #34A4B6. Grayscale: #7A7A7A. Windows color (decimal): -3450039 or 4807627. OLE color: 4807627.
HSL color Cylindrical-coordinate representation of color #CB5B49: hue angle of 8.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5B49 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 73 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.20 |
| HSL | 8.31º | 0.56% | 0.54% | - |
| HSV(B) | 8.31º | 0.64% | 0.8% | - |
| XYZ | 29.57 | 20.66 | 8.73 | - |
| YUV | 122.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 73 | 0 | 0.55 | 0.64 | 0.20 | 8.31 | 0.56 | 0.54 |
| Hex | CB | 5B | 49 | 0 | 37 | 40 | 14 | 8 | 38 | 36 |
| Octal | 313 | 133 | 111 | 0 | 67 | 100 | 24 | 10 | 70 | 66 |
| Binary | 11001011 | 1011011 | 1001001 | 0 | 110111 | 1000000 | 10100 | 1000 | 111000 | 110110 |
Color Harmonies of #CB5B49
Complementary color
Monochromatic Colors of #CB5B49
Black with #CB5B49
Text Example
Text Example
White with #CB5B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B49; }
p { color: rgb(203,91,73); }
H1.HeaderClassName
{
color: #CB5B49;
}
.AnyTagClassName
{
color: #CB5B49;
}
</style>
background-color css
<style>
a { background-color: #CB5B49; }
a { background-color: rgb(203,91,73); }
div.DivClassName
{
background-color: #CB5B49;
}
.BgClassName
{
background-color: #CB5B49;
}
</style>
border-color css
<style>
span { border-color: #CB5B49; }
span { border-color: rgb(203,91,73); }
td.TdClassName
{
border-color: #CB5B49;
}
.TagClassName
{
border-color: #CB5B49;
}
</style>