Shades of Dark Coral #CB5346
Tints of Dark Coral #CB5346
RGB
CMYK
RGB Variations
Color information
#CB5346 (or 0xCB5346) is known color: Dark Coral. HEX triplet: CB, 53 and 46. RGB value is (203,83,70). Sum of RGB (Red+Green+Blue) = 203+83+70=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5346 is #34ACB9. Grayscale: #757575. Windows color (decimal): -3452090 or 4608971. OLE color: 4608971.
HSL color Cylindrical-coordinate representation of color #CB5346: hue angle of 5.86º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB5346 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 70 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.20 |
| HSL | 5.86º | 0.56% | 0.54% | - |
| HSV(B) | 5.86º | 0.66% | 0.8% | - |
| XYZ | 28.83 | 19.33 | 8.01 | - |
| YUV | 117.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 70 | 0 | 0.59 | 0.66 | 0.20 | 5.86 | 0.56 | 0.54 |
| Hex | CB | 53 | 46 | 0 | 3B | 42 | 14 | 6 | 38 | 36 |
| Octal | 313 | 123 | 106 | 0 | 73 | 102 | 24 | 6 | 70 | 66 |
| Binary | 11001011 | 1010011 | 1000110 | 0 | 111011 | 1000010 | 10100 | 110 | 111000 | 110110 |
Color Harmonies of #CB5346
Complementary color
Monochromatic Colors of #CB5346
Black with #CB5346
Text Example
Text Example
White with #CB5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5346; }
p { color: rgb(203,83,70); }
H1.HeaderClassName
{
color: #CB5346;
}
.AnyTagClassName
{
color: #CB5346;
}
</style>
background-color css
<style>
a { background-color: #CB5346; }
a { background-color: rgb(203,83,70); }
div.DivClassName
{
background-color: #CB5346;
}
.BgClassName
{
background-color: #CB5346;
}
</style>
border-color css
<style>
span { border-color: #CB5346; }
span { border-color: rgb(203,83,70); }
td.TdClassName
{
border-color: #CB5346;
}
.TagClassName
{
border-color: #CB5346;
}
</style>