Shades of Dark Coral #CB5342
Tints of Dark Coral #CB5342
RGB
CMYK
RGB Variations
Color information
#CB5342 (or 0xCB5342) is known color: Dark Coral. HEX triplet: CB, 53 and 42. RGB value is (203,83,66). Sum of RGB (Red+Green+Blue) = 203+83+66=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5342 is #34ACBD. Grayscale: #757575. Windows color (decimal): -3452094 or 4346827. OLE color: 4346827.
HSL color Cylindrical-coordinate representation of color #CB5342: hue angle of 7.45º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB5342 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 66 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.20 |
| HSL | 7.45º | 0.57% | 0.53% | - |
| HSV(B) | 7.45º | 0.67% | 0.8% | - |
| XYZ | 28.71 | 19.28 | 7.36 | - |
| YUV | 116.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 66 | 0 | 0.59 | 0.67 | 0.20 | 7.45 | 0.57 | 0.53 |
| Hex | CB | 53 | 42 | 0 | 3B | 43 | 14 | 7 | 39 | 35 |
| Octal | 313 | 123 | 102 | 0 | 73 | 103 | 24 | 7 | 71 | 65 |
| Binary | 11001011 | 1010011 | 1000010 | 0 | 111011 | 1000011 | 10100 | 111 | 111001 | 110101 |
Color Harmonies of #CB5342
Complementary color
Monochromatic Colors of #CB5342
Black with #CB5342
Text Example
Text Example
White with #CB5342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5342; }
p { color: rgb(203,83,66); }
H1.HeaderClassName
{
color: #CB5342;
}
.AnyTagClassName
{
color: #CB5342;
}
</style>
background-color css
<style>
a { background-color: #CB5342; }
a { background-color: rgb(203,83,66); }
div.DivClassName
{
background-color: #CB5342;
}
.BgClassName
{
background-color: #CB5342;
}
</style>
border-color css
<style>
span { border-color: #CB5342; }
span { border-color: rgb(203,83,66); }
td.TdClassName
{
border-color: #CB5342;
}
.TagClassName
{
border-color: #CB5342;
}
</style>