Shades of Dark Coral #CB5B3E
Tints of Dark Coral #CB5B3E
RGB
CMYK
RGB Variations
Color information
#CB5B3E (or 0xCB5B3E) is known color: Dark Coral. HEX triplet: CB, 5B and 3E. RGB value is (203,91,62). Sum of RGB (Red+Green+Blue) = 203+91+62=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B3E is #34A4C1. Grayscale: #797979. Windows color (decimal): -3450050 or 4086731. OLE color: 4086731.
HSL color Cylindrical-coordinate representation of color #CB5B3E: hue angle of 12.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB5B3E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 62 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.20 |
| HSL | 12.34º | 0.58% | 0.52% | - |
| HSV(B) | 12.34º | 0.69% | 0.8% | - |
| XYZ | 29.24 | 20.53 | 6.98 | - |
| YUV | 121.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 62 | 0 | 0.55 | 0.69 | 0.20 | 12.34 | 0.58 | 0.52 |
| Hex | CB | 5B | 3E | 0 | 37 | 45 | 14 | C | 3A | 34 |
| Octal | 313 | 133 | 76 | 0 | 67 | 105 | 24 | 14 | 72 | 64 |
| Binary | 11001011 | 1011011 | 111110 | 0 | 110111 | 1000101 | 10100 | 1100 | 111010 | 110100 |
Color Harmonies of #CB5B3E
Complementary color
Monochromatic Colors of #CB5B3E
Black with #CB5B3E
Text Example
Text Example
White with #CB5B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B3E; }
p { color: rgb(203,91,62); }
H1.HeaderClassName
{
color: #CB5B3E;
}
.AnyTagClassName
{
color: #CB5B3E;
}
</style>
background-color css
<style>
a { background-color: #CB5B3E; }
a { background-color: rgb(203,91,62); }
div.DivClassName
{
background-color: #CB5B3E;
}
.BgClassName
{
background-color: #CB5B3E;
}
</style>
border-color css
<style>
span { border-color: #CB5B3E; }
span { border-color: rgb(203,91,62); }
td.TdClassName
{
border-color: #CB5B3E;
}
.TagClassName
{
border-color: #CB5B3E;
}
</style>