Shades of Dark Coral #CB553D
Tints of Dark Coral #CB553D
RGB
CMYK
RGB Variations
Color information
#CB553D (or 0xCB553D) is known color: Dark Coral. HEX triplet: CB, 55 and 3D. RGB value is (203,85,61). Sum of RGB (Red+Green+Blue) = 203+85+61=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB553D is #34AAC2. Grayscale: #757575. Windows color (decimal): -3451587 or 4019659. OLE color: 4019659.
HSL color Cylindrical-coordinate representation of color #CB553D: hue angle of 10.14º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB553D is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 61 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.20 |
| HSL | 10.14º | 0.58% | 0.52% | - |
| HSV(B) | 10.14º | 0.7% | 0.8% | - |
| XYZ | 28.72 | 19.53 | 6.67 | - |
| YUV | 117.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 61 | 0 | 0.58 | 0.70 | 0.20 | 10.14 | 0.58 | 0.52 |
| Hex | CB | 55 | 3D | 0 | 3A | 46 | 14 | A | 3A | 34 |
| Octal | 313 | 125 | 75 | 0 | 72 | 106 | 24 | 12 | 72 | 64 |
| Binary | 11001011 | 1010101 | 111101 | 0 | 111010 | 1000110 | 10100 | 1010 | 111010 | 110100 |
Color Harmonies of #CB553D
Complementary color
Monochromatic Colors of #CB553D
Black with #CB553D
Text Example
Text Example
White with #CB553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB553D; }
p { color: rgb(203,85,61); }
H1.HeaderClassName
{
color: #CB553D;
}
.AnyTagClassName
{
color: #CB553D;
}
</style>
background-color css
<style>
a { background-color: #CB553D; }
a { background-color: rgb(203,85,61); }
div.DivClassName
{
background-color: #CB553D;
}
.BgClassName
{
background-color: #CB553D;
}
</style>
border-color css
<style>
span { border-color: #CB553D; }
span { border-color: rgb(203,85,61); }
td.TdClassName
{
border-color: #CB553D;
}
.TagClassName
{
border-color: #CB553D;
}
</style>