Shades of Dark Coral #CB5E4B
Tints of Dark Coral #CB5E4B
RGB
CMYK
RGB Variations
Color information
#CB5E4B (or 0xCB5E4B) is known color: Dark Coral. HEX triplet: CB, 5E and 4B. RGB value is (203,94,75). Sum of RGB (Red+Green+Blue) = 203+94+75=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E4B is #34A1B4. Grayscale: #7C7C7C. Windows color (decimal): -3449269 or 4939467. OLE color: 4939467.
HSL color Cylindrical-coordinate representation of color #CB5E4B: hue angle of 8.91º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5E4B is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 75 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.20 |
| HSL | 8.91º | 0.55% | 0.55% | - |
| HSV(B) | 8.91º | 0.63% | 0.8% | - |
| XYZ | 29.9 | 21.21 | 9.17 | - |
| YUV | 124.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 75 | 0 | 0.54 | 0.63 | 0.20 | 8.91 | 0.55 | 0.55 |
| Hex | CB | 5E | 4B | 0 | 36 | 3F | 14 | 9 | 37 | 37 |
| Octal | 313 | 136 | 113 | 0 | 66 | 77 | 24 | 11 | 67 | 67 |
| Binary | 11001011 | 1011110 | 1001011 | 0 | 110110 | 111111 | 10100 | 1001 | 110111 | 110111 |
Color Harmonies of #CB5E4B
Complementary color
Monochromatic Colors of #CB5E4B
Black with #CB5E4B
Text Example
Text Example
White with #CB5E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E4B; }
p { color: rgb(203,94,75); }
H1.HeaderClassName
{
color: #CB5E4B;
}
.AnyTagClassName
{
color: #CB5E4B;
}
</style>
background-color css
<style>
a { background-color: #CB5E4B; }
a { background-color: rgb(203,94,75); }
div.DivClassName
{
background-color: #CB5E4B;
}
.BgClassName
{
background-color: #CB5E4B;
}
</style>
border-color css
<style>
span { border-color: #CB5E4B; }
span { border-color: rgb(203,94,75); }
td.TdClassName
{
border-color: #CB5E4B;
}
.TagClassName
{
border-color: #CB5E4B;
}
</style>