Shades of Dark Coral #CB6147
Tints of Dark Coral #CB6147
RGB
CMYK
RGB Variations
Color information
#CB6147 (or 0xCB6147) is known color: Dark Coral. HEX triplet: CB, 61 and 47. RGB value is (203,97,71). Sum of RGB (Red+Green+Blue) = 203+97+71=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6147 is #349EB8. Grayscale: #7D7D7D. Windows color (decimal): -3448505 or 4678091. OLE color: 4678091.
HSL color Cylindrical-coordinate representation of color #CB6147: hue angle of 11.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB6147 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 71 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.20 |
| HSL | 11.82º | 0.56% | 0.54% | - |
| HSV(B) | 11.82º | 0.65% | 0.8% | - |
| XYZ | 30.04 | 21.7 | 8.57 | - |
| YUV | 125.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 71 | 0 | 0.52 | 0.65 | 0.20 | 11.82 | 0.56 | 0.54 |
| Hex | CB | 61 | 47 | 0 | 34 | 41 | 14 | C | 38 | 36 |
| Octal | 313 | 141 | 107 | 0 | 64 | 101 | 24 | 14 | 70 | 66 |
| Binary | 11001011 | 1100001 | 1000111 | 0 | 110100 | 1000001 | 10100 | 1100 | 111000 | 110110 |
Color Harmonies of #CB6147
Complementary color
Monochromatic Colors of #CB6147
Black with #CB6147
Text Example
Text Example
White with #CB6147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6147; }
p { color: rgb(203,97,71); }
H1.HeaderClassName
{
color: #CB6147;
}
.AnyTagClassName
{
color: #CB6147;
}
</style>
background-color css
<style>
a { background-color: #CB6147; }
a { background-color: rgb(203,97,71); }
div.DivClassName
{
background-color: #CB6147;
}
.BgClassName
{
background-color: #CB6147;
}
</style>
border-color css
<style>
span { border-color: #CB6147; }
span { border-color: rgb(203,97,71); }
td.TdClassName
{
border-color: #CB6147;
}
.TagClassName
{
border-color: #CB6147;
}
</style>