Shades of Dark Coral #CB6348
Tints of Dark Coral #CB6348
RGB
CMYK
RGB Variations
Color information
#CB6348 (or 0xCB6348) is known color: Dark Coral. HEX triplet: CB, 63 and 48. RGB value is (203,99,72). Sum of RGB (Red+Green+Blue) = 203+99+72=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6348 is #349CB7. Grayscale: #7F7F7F. Windows color (decimal): -3447992 or 4744139. OLE color: 4744139.
HSL color Cylindrical-coordinate representation of color #CB6348: hue angle of 12.37º 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 #CB6348 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 72 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.20 |
| HSL | 12.37º | 0.56% | 0.54% | - |
| HSV(B) | 12.37º | 0.65% | 0.8% | - |
| XYZ | 30.26 | 22.09 | 8.8 | - |
| YUV | 127.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 72 | 0 | 0.51 | 0.65 | 0.20 | 12.37 | 0.56 | 0.54 |
| Hex | CB | 63 | 48 | 0 | 33 | 41 | 14 | C | 38 | 36 |
| Octal | 313 | 143 | 110 | 0 | 63 | 101 | 24 | 14 | 70 | 66 |
| Binary | 11001011 | 1100011 | 1001000 | 0 | 110011 | 1000001 | 10100 | 1100 | 111000 | 110110 |
Color Harmonies of #CB6348
Complementary color
Monochromatic Colors of #CB6348
Black with #CB6348
Text Example
Text Example
White with #CB6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6348; }
p { color: rgb(203,99,72); }
H1.HeaderClassName
{
color: #CB6348;
}
.AnyTagClassName
{
color: #CB6348;
}
</style>
background-color css
<style>
a { background-color: #CB6348; }
a { background-color: rgb(203,99,72); }
div.DivClassName
{
background-color: #CB6348;
}
.BgClassName
{
background-color: #CB6348;
}
</style>
border-color css
<style>
span { border-color: #CB6348; }
span { border-color: rgb(203,99,72); }
td.TdClassName
{
border-color: #CB6348;
}
.TagClassName
{
border-color: #CB6348;
}
</style>