Shades of Dark Coral #CB5144
Tints of Dark Coral #CB5144
RGB
CMYK
RGB Variations
Color information
#CB5144 (or 0xCB5144) is known color: Dark Coral. HEX triplet: CB, 51 and 44. RGB value is (203,81,68). Sum of RGB (Red+Green+Blue) = 203+81+68=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5144 is #34AEBB. Grayscale: #747474. Windows color (decimal): -3452604 or 4477387. OLE color: 4477387.
HSL color Cylindrical-coordinate representation of color #CB5144: hue angle of 5.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB5144 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 68 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.20 |
| HSL | 5.78º | 0.56% | 0.53% | - |
| HSV(B) | 5.78º | 0.67% | 0.8% | - |
| XYZ | 28.61 | 19 | 7.63 | - |
| YUV | 116 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 68 | 0 | 0.60 | 0.67 | 0.20 | 5.78 | 0.56 | 0.53 |
| Hex | CB | 51 | 44 | 0 | 3C | 43 | 14 | 6 | 38 | 35 |
| Octal | 313 | 121 | 104 | 0 | 74 | 103 | 24 | 6 | 70 | 65 |
| Binary | 11001011 | 1010001 | 1000100 | 0 | 111100 | 1000011 | 10100 | 110 | 111000 | 110101 |
Color Harmonies of #CB5144
Complementary color
Monochromatic Colors of #CB5144
Black with #CB5144
Text Example
Text Example
White with #CB5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5144; }
p { color: rgb(203,81,68); }
H1.HeaderClassName
{
color: #CB5144;
}
.AnyTagClassName
{
color: #CB5144;
}
</style>
background-color css
<style>
a { background-color: #CB5144; }
a { background-color: rgb(203,81,68); }
div.DivClassName
{
background-color: #CB5144;
}
.BgClassName
{
background-color: #CB5144;
}
</style>
border-color css
<style>
span { border-color: #CB5144; }
span { border-color: rgb(203,81,68); }
td.TdClassName
{
border-color: #CB5144;
}
.TagClassName
{
border-color: #CB5144;
}
</style>