Shades of Dark Coral #CB6248
Tints of Dark Coral #CB6248
RGB
CMYK
RGB Variations
Color information
#CB6248 (or 0xCB6248) is known color: Dark Coral. HEX triplet: CB, 62 and 48. RGB value is (203,98,72). Sum of RGB (Red+Green+Blue) = 203+98+72=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6248 is #349DB7. Grayscale: #7E7E7E. Windows color (decimal): -3448248 or 4743883. OLE color: 4743883.
HSL color Cylindrical-coordinate representation of color #CB6248: hue angle of 11.91º 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 #CB6248 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 72 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.20 |
| HSL | 11.91º | 0.56% | 0.54% | - |
| HSV(B) | 11.91º | 0.65% | 0.8% | - |
| XYZ | 30.17 | 21.9 | 8.77 | - |
| YUV | 126.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 72 | 0 | 0.52 | 0.65 | 0.20 | 11.91 | 0.56 | 0.54 |
| Hex | CB | 62 | 48 | 0 | 34 | 41 | 14 | C | 38 | 36 |
| Octal | 313 | 142 | 110 | 0 | 64 | 101 | 24 | 14 | 70 | 66 |
| Binary | 11001011 | 1100010 | 1001000 | 0 | 110100 | 1000001 | 10100 | 1100 | 111000 | 110110 |
Color Harmonies of #CB6248
Complementary color
Monochromatic Colors of #CB6248
Black with #CB6248
Text Example
Text Example
White with #CB6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6248; }
p { color: rgb(203,98,72); }
H1.HeaderClassName
{
color: #CB6248;
}
.AnyTagClassName
{
color: #CB6248;
}
</style>
background-color css
<style>
a { background-color: #CB6248; }
a { background-color: rgb(203,98,72); }
div.DivClassName
{
background-color: #CB6248;
}
.BgClassName
{
background-color: #CB6248;
}
</style>
border-color css
<style>
span { border-color: #CB6248; }
span { border-color: rgb(203,98,72); }
td.TdClassName
{
border-color: #CB6248;
}
.TagClassName
{
border-color: #CB6248;
}
</style>