Shades of Dark Coral #CB6246
Tints of Dark Coral #CB6246
RGB
CMYK
RGB Variations
Color information
#CB6246 (or 0xCB6246) is known color: Dark Coral. HEX triplet: CB, 62 and 46. RGB value is (203,98,70). Sum of RGB (Red+Green+Blue) = 203+98+70=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6246 is #349DB9. Grayscale: #7E7E7E. Windows color (decimal): -3448250 or 4612811. OLE color: 4612811.
HSL color Cylindrical-coordinate representation of color #CB6246: hue angle of 12.63º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB6246 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 70 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.20 |
| HSL | 12.63º | 0.56% | 0.54% | - |
| HSV(B) | 12.63º | 0.66% | 0.8% | - |
| XYZ | 30.1 | 21.87 | 8.43 | - |
| YUV | 126.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 70 | 0 | 0.52 | 0.66 | 0.20 | 12.63 | 0.56 | 0.54 |
| Hex | CB | 62 | 46 | 0 | 34 | 42 | 14 | D | 38 | 36 |
| Octal | 313 | 142 | 106 | 0 | 64 | 102 | 24 | 15 | 70 | 66 |
| Binary | 11001011 | 1100010 | 1000110 | 0 | 110100 | 1000010 | 10100 | 1101 | 111000 | 110110 |
Color Harmonies of #CB6246
Complementary color
Monochromatic Colors of #CB6246
Black with #CB6246
Text Example
Text Example
White with #CB6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6246; }
p { color: rgb(203,98,70); }
H1.HeaderClassName
{
color: #CB6246;
}
.AnyTagClassName
{
color: #CB6246;
}
</style>
background-color css
<style>
a { background-color: #CB6246; }
a { background-color: rgb(203,98,70); }
div.DivClassName
{
background-color: #CB6246;
}
.BgClassName
{
background-color: #CB6246;
}
</style>
border-color css
<style>
span { border-color: #CB6246; }
span { border-color: rgb(203,98,70); }
td.TdClassName
{
border-color: #CB6246;
}
.TagClassName
{
border-color: #CB6246;
}
</style>