Shades of Dark Coral #CB6141
Tints of Dark Coral #CB6141
RGB
CMYK
RGB Variations
Color information
#CB6141 (or 0xCB6141) is known color: Dark Coral. HEX triplet: CB, 61 and 41. RGB value is (203,97,65). Sum of RGB (Red+Green+Blue) = 203+97+65=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6141 is #349EBE. Grayscale: #7D7D7D. Windows color (decimal): -3448511 or 4284875. OLE color: 4284875.
HSL color Cylindrical-coordinate representation of color #CB6141: hue angle of 13.91º 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 #CB6141 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 65 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.20 |
| HSL | 13.91º | 0.57% | 0.53% | - |
| HSV(B) | 13.91º | 0.68% | 0.8% | - |
| XYZ | 29.86 | 21.63 | 7.6 | - |
| YUV | 125.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 65 | 0 | 0.52 | 0.68 | 0.20 | 13.91 | 0.57 | 0.53 |
| Hex | CB | 61 | 41 | 0 | 34 | 44 | 14 | E | 39 | 35 |
| Octal | 313 | 141 | 101 | 0 | 64 | 104 | 24 | 16 | 71 | 65 |
| Binary | 11001011 | 1100001 | 1000001 | 0 | 110100 | 1000100 | 10100 | 1110 | 111001 | 110101 |
Color Harmonies of #CB6141
Complementary color
Monochromatic Colors of #CB6141
Black with #CB6141
Text Example
Text Example
White with #CB6141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6141; }
p { color: rgb(203,97,65); }
H1.HeaderClassName
{
color: #CB6141;
}
.AnyTagClassName
{
color: #CB6141;
}
</style>
background-color css
<style>
a { background-color: #CB6141; }
a { background-color: rgb(203,97,65); }
div.DivClassName
{
background-color: #CB6141;
}
.BgClassName
{
background-color: #CB6141;
}
</style>
border-color css
<style>
span { border-color: #CB6141; }
span { border-color: rgb(203,97,65); }
td.TdClassName
{
border-color: #CB6141;
}
.TagClassName
{
border-color: #CB6141;
}
</style>