Shades of Dark Coral #CB5D4C
Tints of Dark Coral #CB5D4C
RGB
CMYK
RGB Variations
Color information
#CB5D4C (or 0xCB5D4C) is known color: Dark Coral. HEX triplet: CB, 5D and 4C. RGB value is (203,93,76). Sum of RGB (Red+Green+Blue) = 203+93+76=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D4C is #34A2B3. Grayscale: #7C7C7C. Windows color (decimal): -3449524 or 5004747. OLE color: 5004747.
HSL color Cylindrical-coordinate representation of color #CB5D4C: hue angle of 8.03º 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 #CB5D4C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 76 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.20 |
| HSL | 8.03º | 0.55% | 0.55% | - |
| HSV(B) | 8.03º | 0.63% | 0.8% | - |
| XYZ | 29.85 | 21.05 | 9.33 | - |
| YUV | 123.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 76 | 0 | 0.54 | 0.63 | 0.20 | 8.03 | 0.55 | 0.55 |
| Hex | CB | 5D | 4C | 0 | 36 | 3F | 14 | 8 | 37 | 37 |
| Octal | 313 | 135 | 114 | 0 | 66 | 77 | 24 | 10 | 67 | 67 |
| Binary | 11001011 | 1011101 | 1001100 | 0 | 110110 | 111111 | 10100 | 1000 | 110111 | 110111 |
Color Harmonies of #CB5D4C
Complementary color
Monochromatic Colors of #CB5D4C
Black with #CB5D4C
Text Example
Text Example
White with #CB5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D4C; }
p { color: rgb(203,93,76); }
H1.HeaderClassName
{
color: #CB5D4C;
}
.AnyTagClassName
{
color: #CB5D4C;
}
</style>
background-color css
<style>
a { background-color: #CB5D4C; }
a { background-color: rgb(203,93,76); }
div.DivClassName
{
background-color: #CB5D4C;
}
.BgClassName
{
background-color: #CB5D4C;
}
</style>
border-color css
<style>
span { border-color: #CB5D4C; }
span { border-color: rgb(203,93,76); }
td.TdClassName
{
border-color: #CB5D4C;
}
.TagClassName
{
border-color: #CB5D4C;
}
</style>