Shades of Dark Coral #CB5E4A
Tints of Dark Coral #CB5E4A
RGB
CMYK
RGB Variations
Color information
#CB5E4A (or 0xCB5E4A) is known color: Dark Coral. HEX triplet: CB, 5E and 4A. RGB value is (203,94,74). Sum of RGB (Red+Green+Blue) = 203+94+74=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E4A is #34A1B5. Grayscale: #7C7C7C. Windows color (decimal): -3449270 or 4873931. OLE color: 4873931.
HSL color Cylindrical-coordinate representation of color #CB5E4A: hue angle of 9.3º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5E4A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 74 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.20 |
| HSL | 9.3º | 0.55% | 0.54% | - |
| HSV(B) | 9.3º | 0.64% | 0.8% | - |
| XYZ | 29.87 | 21.2 | 9 | - |
| YUV | 124.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 74 | 0 | 0.54 | 0.64 | 0.20 | 9.3 | 0.55 | 0.54 |
| Hex | CB | 5E | 4A | 0 | 36 | 40 | 14 | 9 | 37 | 36 |
| Octal | 313 | 136 | 112 | 0 | 66 | 100 | 24 | 11 | 67 | 66 |
| Binary | 11001011 | 1011110 | 1001010 | 0 | 110110 | 1000000 | 10100 | 1001 | 110111 | 110110 |
Color Harmonies of #CB5E4A
Complementary color
Monochromatic Colors of #CB5E4A
Black with #CB5E4A
Text Example
Text Example
White with #CB5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E4A; }
p { color: rgb(203,94,74); }
H1.HeaderClassName
{
color: #CB5E4A;
}
.AnyTagClassName
{
color: #CB5E4A;
}
</style>
background-color css
<style>
a { background-color: #CB5E4A; }
a { background-color: rgb(203,94,74); }
div.DivClassName
{
background-color: #CB5E4A;
}
.BgClassName
{
background-color: #CB5E4A;
}
</style>
border-color css
<style>
span { border-color: #CB5E4A; }
span { border-color: rgb(203,94,74); }
td.TdClassName
{
border-color: #CB5E4A;
}
.TagClassName
{
border-color: #CB5E4A;
}
</style>