Shades of Dark Coral #CB583D
Tints of Dark Coral #CB583D
RGB
CMYK
RGB Variations
Color information
#CB583D (or 0xCB583D) is known color: Dark Coral. HEX triplet: CB, 58 and 3D. RGB value is (203,88,61). Sum of RGB (Red+Green+Blue) = 203+88+61=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB583D is #34A7C2. Grayscale: #777777. Windows color (decimal): -3450819 or 4020427. OLE color: 4020427.
HSL color Cylindrical-coordinate representation of color #CB583D: hue angle of 11.41º 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 #CB583D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 61 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.20 |
| HSL | 11.41º | 0.58% | 0.52% | - |
| HSV(B) | 11.41º | 0.7% | 0.8% | - |
| XYZ | 28.96 | 20.01 | 6.75 | - |
| YUV | 119.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 61 | 0 | 0.57 | 0.70 | 0.20 | 11.41 | 0.58 | 0.52 |
| Hex | CB | 58 | 3D | 0 | 39 | 46 | 14 | B | 3A | 34 |
| Octal | 313 | 130 | 75 | 0 | 71 | 106 | 24 | 13 | 72 | 64 |
| Binary | 11001011 | 1011000 | 111101 | 0 | 111001 | 1000110 | 10100 | 1011 | 111010 | 110100 |
Color Harmonies of #CB583D
Complementary color
Monochromatic Colors of #CB583D
Black with #CB583D
Text Example
Text Example
White with #CB583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB583D; }
p { color: rgb(203,88,61); }
H1.HeaderClassName
{
color: #CB583D;
}
.AnyTagClassName
{
color: #CB583D;
}
</style>
background-color css
<style>
a { background-color: #CB583D; }
a { background-color: rgb(203,88,61); }
div.DivClassName
{
background-color: #CB583D;
}
.BgClassName
{
background-color: #CB583D;
}
</style>
border-color css
<style>
span { border-color: #CB583D; }
span { border-color: rgb(203,88,61); }
td.TdClassName
{
border-color: #CB583D;
}
.TagClassName
{
border-color: #CB583D;
}
</style>