Shades of Dark Coral #CB5649
Tints of Dark Coral #CB5649
RGB
CMYK
RGB Variations
Color information
#CB5649 (or 0xCB5649) is known color: Dark Coral. HEX triplet: CB, 56 and 49. RGB value is (203,86,73). Sum of RGB (Red+Green+Blue) = 203+86+73=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5649 is #34A9B6. Grayscale: #777777. Windows color (decimal): -3451319 or 4806347. OLE color: 4806347.
HSL color Cylindrical-coordinate representation of color #CB5649: hue angle of 6º 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 #CB5649 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 73 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.20 |
| HSL | 6º | 0.56% | 0.54% | - |
| HSV(B) | 6º | 0.64% | 0.8% | - |
| XYZ | 29.16 | 19.83 | 8.59 | - |
| YUV | 119.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 73 | 0 | 0.58 | 0.64 | 0.20 | 6 | 0.56 | 0.54 |
| Hex | CB | 56 | 49 | 0 | 3A | 40 | 14 | 6 | 38 | 36 |
| Octal | 313 | 126 | 111 | 0 | 72 | 100 | 24 | 6 | 70 | 66 |
| Binary | 11001011 | 1010110 | 1001001 | 0 | 111010 | 1000000 | 10100 | 110 | 111000 | 110110 |
Color Harmonies of #CB5649
Complementary color
Monochromatic Colors of #CB5649
Black with #CB5649
Text Example
Text Example
White with #CB5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5649; }
p { color: rgb(203,86,73); }
H1.HeaderClassName
{
color: #CB5649;
}
.AnyTagClassName
{
color: #CB5649;
}
</style>
background-color css
<style>
a { background-color: #CB5649; }
a { background-color: rgb(203,86,73); }
div.DivClassName
{
background-color: #CB5649;
}
.BgClassName
{
background-color: #CB5649;
}
</style>
border-color css
<style>
span { border-color: #CB5649; }
span { border-color: rgb(203,86,73); }
td.TdClassName
{
border-color: #CB5649;
}
.TagClassName
{
border-color: #CB5649;
}
</style>