Shades of Dark Coral #CB5C41
Tints of Dark Coral #CB5C41
RGB
CMYK
RGB Variations
Color information
#CB5C41 (or 0xCB5C41) is known color: Dark Coral. HEX triplet: CB, 5C and 41. RGB value is (203,92,65). Sum of RGB (Red+Green+Blue) = 203+92+65=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C41 is #34A3BE. Grayscale: #7A7A7A. Windows color (decimal): -3449791 or 4283595. OLE color: 4283595.
HSL color Cylindrical-coordinate representation of color #CB5C41: hue angle of 11.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB5C41 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 65 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.20 |
| HSL | 11.74º | 0.57% | 0.53% | - |
| HSV(B) | 11.74º | 0.68% | 0.8% | - |
| XYZ | 29.41 | 20.73 | 7.45 | - |
| YUV | 122.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 65 | 0 | 0.55 | 0.68 | 0.20 | 11.74 | 0.57 | 0.53 |
| Hex | CB | 5C | 41 | 0 | 37 | 44 | 14 | C | 39 | 35 |
| Octal | 313 | 134 | 101 | 0 | 67 | 104 | 24 | 14 | 71 | 65 |
| Binary | 11001011 | 1011100 | 1000001 | 0 | 110111 | 1000100 | 10100 | 1100 | 111001 | 110101 |
Color Harmonies of #CB5C41
Complementary color
Monochromatic Colors of #CB5C41
Black with #CB5C41
Text Example
Text Example
White with #CB5C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C41; }
p { color: rgb(203,92,65); }
H1.HeaderClassName
{
color: #CB5C41;
}
.AnyTagClassName
{
color: #CB5C41;
}
</style>
background-color css
<style>
a { background-color: #CB5C41; }
a { background-color: rgb(203,92,65); }
div.DivClassName
{
background-color: #CB5C41;
}
.BgClassName
{
background-color: #CB5C41;
}
</style>
border-color css
<style>
span { border-color: #CB5C41; }
span { border-color: rgb(203,92,65); }
td.TdClassName
{
border-color: #CB5C41;
}
.TagClassName
{
border-color: #CB5C41;
}
</style>