Shades of Dark Coral #CB6343
Tints of Dark Coral #CB6343
RGB
CMYK
RGB Variations
Color information
#CB6343 (or 0xCB6343) is known color: Dark Coral. HEX triplet: CB, 63 and 43. RGB value is (203,99,67). Sum of RGB (Red+Green+Blue) = 203+99+67=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6343 is #349CBC. Grayscale: #7E7E7E. Windows color (decimal): -3447997 or 4416459. OLE color: 4416459.
HSL color Cylindrical-coordinate representation of color #CB6343: hue angle of 14.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB6343 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 67 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.20 |
| HSL | 14.12º | 0.57% | 0.53% | - |
| HSV(B) | 14.12º | 0.67% | 0.8% | - |
| XYZ | 30.1 | 22.03 | 7.97 | - |
| YUV | 126.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 67 | 0 | 0.51 | 0.67 | 0.20 | 14.12 | 0.57 | 0.53 |
| Hex | CB | 63 | 43 | 0 | 33 | 43 | 14 | E | 39 | 35 |
| Octal | 313 | 143 | 103 | 0 | 63 | 103 | 24 | 16 | 71 | 65 |
| Binary | 11001011 | 1100011 | 1000011 | 0 | 110011 | 1000011 | 10100 | 1110 | 111001 | 110101 |
Color Harmonies of #CB6343
Complementary color
Monochromatic Colors of #CB6343
Black with #CB6343
Text Example
Text Example
White with #CB6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6343; }
p { color: rgb(203,99,67); }
H1.HeaderClassName
{
color: #CB6343;
}
.AnyTagClassName
{
color: #CB6343;
}
</style>
background-color css
<style>
a { background-color: #CB6343; }
a { background-color: rgb(203,99,67); }
div.DivClassName
{
background-color: #CB6343;
}
.BgClassName
{
background-color: #CB6343;
}
</style>
border-color css
<style>
span { border-color: #CB6343; }
span { border-color: rgb(203,99,67); }
td.TdClassName
{
border-color: #CB6343;
}
.TagClassName
{
border-color: #CB6343;
}
</style>