Shades of Dark Coral #CB5343
Tints of Dark Coral #CB5343
RGB
CMYK
RGB Variations
Color information
#CB5343 (or 0xCB5343) is known color: Dark Coral. HEX triplet: CB, 53 and 43. RGB value is (203,83,67). Sum of RGB (Red+Green+Blue) = 203+83+67=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5343 is #34ACBC. Grayscale: #757575. Windows color (decimal): -3452093 or 4412363. OLE color: 4412363.
HSL color Cylindrical-coordinate representation of color #CB5343: hue angle of 7.06º 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 #CB5343 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 67 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.20 |
| HSL | 7.06º | 0.57% | 0.53% | - |
| HSV(B) | 7.06º | 0.67% | 0.8% | - |
| XYZ | 28.73 | 19.29 | 7.52 | - |
| YUV | 117.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 67 | 0 | 0.59 | 0.67 | 0.20 | 7.06 | 0.57 | 0.53 |
| Hex | CB | 53 | 43 | 0 | 3B | 43 | 14 | 7 | 39 | 35 |
| Octal | 313 | 123 | 103 | 0 | 73 | 103 | 24 | 7 | 71 | 65 |
| Binary | 11001011 | 1010011 | 1000011 | 0 | 111011 | 1000011 | 10100 | 111 | 111001 | 110101 |
Color Harmonies of #CB5343
Complementary color
Monochromatic Colors of #CB5343
Black with #CB5343
Text Example
Text Example
White with #CB5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5343; }
p { color: rgb(203,83,67); }
H1.HeaderClassName
{
color: #CB5343;
}
.AnyTagClassName
{
color: #CB5343;
}
</style>
background-color css
<style>
a { background-color: #CB5343; }
a { background-color: rgb(203,83,67); }
div.DivClassName
{
background-color: #CB5343;
}
.BgClassName
{
background-color: #CB5343;
}
</style>
border-color css
<style>
span { border-color: #CB5343; }
span { border-color: rgb(203,83,67); }
td.TdClassName
{
border-color: #CB5343;
}
.TagClassName
{
border-color: #CB5343;
}
</style>