Shades of Dark Coral #CB5440
Tints of Dark Coral #CB5440
RGB
CMYK
RGB Variations
Color information
#CB5440 (or 0xCB5440) is known color: Dark Coral. HEX triplet: CB, 54 and 40. RGB value is (203,84,64). Sum of RGB (Red+Green+Blue) = 203+84+64=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5440 is #34ABBF. Grayscale: #757575. Windows color (decimal): -3451840 or 4216011. OLE color: 4216011.
HSL color Cylindrical-coordinate representation of color #CB5440: hue angle of 8.63º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB5440 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 64 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.20 |
| HSL | 8.63º | 0.57% | 0.52% | - |
| HSV(B) | 8.63º | 0.68% | 0.8% | - |
| XYZ | 28.72 | 19.41 | 7.08 | - |
| YUV | 117.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 64 | 0 | 0.59 | 0.68 | 0.20 | 8.63 | 0.57 | 0.52 |
| Hex | CB | 54 | 40 | 0 | 3B | 44 | 14 | 9 | 39 | 34 |
| Octal | 313 | 124 | 100 | 0 | 73 | 104 | 24 | 11 | 71 | 64 |
| Binary | 11001011 | 1010100 | 1000000 | 0 | 111011 | 1000100 | 10100 | 1001 | 111001 | 110100 |
Color Harmonies of #CB5440
Complementary color
Monochromatic Colors of #CB5440
Black with #CB5440
Text Example
Text Example
White with #CB5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5440; }
p { color: rgb(203,84,64); }
H1.HeaderClassName
{
color: #CB5440;
}
.AnyTagClassName
{
color: #CB5440;
}
</style>
background-color css
<style>
a { background-color: #CB5440; }
a { background-color: rgb(203,84,64); }
div.DivClassName
{
background-color: #CB5440;
}
.BgClassName
{
background-color: #CB5440;
}
</style>
border-color css
<style>
span { border-color: #CB5440; }
span { border-color: rgb(203,84,64); }
td.TdClassName
{
border-color: #CB5440;
}
.TagClassName
{
border-color: #CB5440;
}
</style>