Shades of Dark Coral #CB6449
Tints of Dark Coral #CB6449
RGB
CMYK
RGB Variations
Color information
#CB6449 (or 0xCB6449) is known color: Dark Coral. HEX triplet: CB, 64 and 49. RGB value is (203,100,73). Sum of RGB (Red+Green+Blue) = 203+100+73=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6449 is #349BB6. Grayscale: #7F7F7F. Windows color (decimal): -3447735 or 4809931. OLE color: 4809931.
HSL color Cylindrical-coordinate representation of color #CB6449: hue angle of 12.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB6449 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 73 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.20 |
| HSL | 12.46º | 0.56% | 0.54% | - |
| HSV(B) | 12.46º | 0.64% | 0.8% | - |
| XYZ | 30.39 | 22.29 | 9 | - |
| YUV | 127.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 73 | 0 | 0.51 | 0.64 | 0.20 | 12.46 | 0.56 | 0.54 |
| Hex | CB | 64 | 49 | 0 | 33 | 40 | 14 | C | 38 | 36 |
| Octal | 313 | 144 | 111 | 0 | 63 | 100 | 24 | 14 | 70 | 66 |
| Binary | 11001011 | 1100100 | 1001001 | 0 | 110011 | 1000000 | 10100 | 1100 | 111000 | 110110 |
Color Harmonies of #CB6449
Complementary color
Monochromatic Colors of #CB6449
Black with #CB6449
Text Example
Text Example
White with #CB6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6449; }
p { color: rgb(203,100,73); }
H1.HeaderClassName
{
color: #CB6449;
}
.AnyTagClassName
{
color: #CB6449;
}
</style>
background-color css
<style>
a { background-color: #CB6449; }
a { background-color: rgb(203,100,73); }
div.DivClassName
{
background-color: #CB6449;
}
.BgClassName
{
background-color: #CB6449;
}
</style>
border-color css
<style>
span { border-color: #CB6449; }
span { border-color: rgb(203,100,73); }
td.TdClassName
{
border-color: #CB6449;
}
.TagClassName
{
border-color: #CB6449;
}
</style>