Shades of Dark Coral #CB5B41
Tints of Dark Coral #CB5B41
RGB
CMYK
RGB Variations
Color information
#CB5B41 (or 0xCB5B41) is known color: Dark Coral. HEX triplet: CB, 5B and 41. RGB value is (203,91,65). Sum of RGB (Red+Green+Blue) = 203+91+65=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B41 is #34A4BE. Grayscale: #797979. Windows color (decimal): -3450047 or 4283339. OLE color: 4283339.
HSL color Cylindrical-coordinate representation of color #CB5B41: hue angle of 11.3º 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 #CB5B41 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 65 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.20 |
| HSL | 11.3º | 0.57% | 0.53% | - |
| HSV(B) | 11.3º | 0.68% | 0.8% | - |
| XYZ | 29.32 | 20.56 | 7.42 | - |
| YUV | 121.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 65 | 0 | 0.55 | 0.68 | 0.20 | 11.3 | 0.57 | 0.53 |
| Hex | CB | 5B | 41 | 0 | 37 | 44 | 14 | B | 39 | 35 |
| Octal | 313 | 133 | 101 | 0 | 67 | 104 | 24 | 13 | 71 | 65 |
| Binary | 11001011 | 1011011 | 1000001 | 0 | 110111 | 1000100 | 10100 | 1011 | 111001 | 110101 |
Color Harmonies of #CB5B41
Complementary color
Monochromatic Colors of #CB5B41
Black with #CB5B41
Text Example
Text Example
White with #CB5B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B41; }
p { color: rgb(203,91,65); }
H1.HeaderClassName
{
color: #CB5B41;
}
.AnyTagClassName
{
color: #CB5B41;
}
</style>
background-color css
<style>
a { background-color: #CB5B41; }
a { background-color: rgb(203,91,65); }
div.DivClassName
{
background-color: #CB5B41;
}
.BgClassName
{
background-color: #CB5B41;
}
</style>
border-color css
<style>
span { border-color: #CB5B41; }
span { border-color: rgb(203,91,65); }
td.TdClassName
{
border-color: #CB5B41;
}
.TagClassName
{
border-color: #CB5B41;
}
</style>