Shades of Dark Coral #CB6445
Tints of Dark Coral #CB6445
RGB
CMYK
RGB Variations
Color information
#CB6445 (or 0xCB6445) is known color: Dark Coral. HEX triplet: CB, 64 and 45. RGB value is (203,100,69). Sum of RGB (Red+Green+Blue) = 203+100+69=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6445 is #349BBA. Grayscale: #7F7F7F. Windows color (decimal): -3447739 or 4547787. OLE color: 4547787.
HSL color Cylindrical-coordinate representation of color #CB6445: hue angle of 13.88º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB6445 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 69 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.20 |
| HSL | 13.88º | 0.56% | 0.53% | - |
| HSV(B) | 13.88º | 0.66% | 0.8% | - |
| XYZ | 30.26 | 22.24 | 8.33 | - |
| YUV | 127.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 69 | 0 | 0.51 | 0.66 | 0.20 | 13.88 | 0.56 | 0.53 |
| Hex | CB | 64 | 45 | 0 | 33 | 42 | 14 | E | 38 | 35 |
| Octal | 313 | 144 | 105 | 0 | 63 | 102 | 24 | 16 | 70 | 65 |
| Binary | 11001011 | 1100100 | 1000101 | 0 | 110011 | 1000010 | 10100 | 1110 | 111000 | 110101 |
Color Harmonies of #CB6445
Complementary color
Monochromatic Colors of #CB6445
Black with #CB6445
Text Example
Text Example
White with #CB6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6445; }
p { color: rgb(203,100,69); }
H1.HeaderClassName
{
color: #CB6445;
}
.AnyTagClassName
{
color: #CB6445;
}
</style>
background-color css
<style>
a { background-color: #CB6445; }
a { background-color: rgb(203,100,69); }
div.DivClassName
{
background-color: #CB6445;
}
.BgClassName
{
background-color: #CB6445;
}
</style>
border-color css
<style>
span { border-color: #CB6445; }
span { border-color: rgb(203,100,69); }
td.TdClassName
{
border-color: #CB6445;
}
.TagClassName
{
border-color: #CB6445;
}
</style>