Shades of Dark Coral #CB583C
Tints of Dark Coral #CB583C
RGB
CMYK
RGB Variations
Color information
#CB583C (or 0xCB583C) is known color: Dark Coral. HEX triplet: CB, 58 and 3C. RGB value is (203,88,60). Sum of RGB (Red+Green+Blue) = 203+88+60=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB583C is #34A7C3. Grayscale: #777777. Windows color (decimal): -3450820 or 3954891. OLE color: 3954891.
HSL color Cylindrical-coordinate representation of color #CB583C: hue angle of 11.75º 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 #CB583C is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 60 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.20 |
| HSL | 11.75º | 0.58% | 0.52% | - |
| HSV(B) | 11.75º | 0.7% | 0.8% | - |
| XYZ | 28.93 | 20 | 6.61 | - |
| YUV | 119.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 60 | 0 | 0.57 | 0.70 | 0.20 | 11.75 | 0.58 | 0.52 |
| Hex | CB | 58 | 3C | 0 | 39 | 46 | 14 | C | 3A | 34 |
| Octal | 313 | 130 | 74 | 0 | 71 | 106 | 24 | 14 | 72 | 64 |
| Binary | 11001011 | 1011000 | 111100 | 0 | 111001 | 1000110 | 10100 | 1100 | 111010 | 110100 |
Color Harmonies of #CB583C
Complementary color
Monochromatic Colors of #CB583C
Black with #CB583C
Text Example
Text Example
White with #CB583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB583C; }
p { color: rgb(203,88,60); }
H1.HeaderClassName
{
color: #CB583C;
}
.AnyTagClassName
{
color: #CB583C;
}
</style>
background-color css
<style>
a { background-color: #CB583C; }
a { background-color: rgb(203,88,60); }
div.DivClassName
{
background-color: #CB583C;
}
.BgClassName
{
background-color: #CB583C;
}
</style>
border-color css
<style>
span { border-color: #CB583C; }
span { border-color: rgb(203,88,60); }
td.TdClassName
{
border-color: #CB583C;
}
.TagClassName
{
border-color: #CB583C;
}
</style>