Shades of Dark Coral #CB5345
Tints of Dark Coral #CB5345
RGB
CMYK
RGB Variations
Color information
#CB5345 (or 0xCB5345) is known color: Dark Coral. HEX triplet: CB, 53 and 45. RGB value is (203,83,69). Sum of RGB (Red+Green+Blue) = 203+83+69=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5345 is #34ACBA. Grayscale: #757575. Windows color (decimal): -3452091 or 4543435. OLE color: 4543435.
HSL color Cylindrical-coordinate representation of color #CB5345: hue angle of 6.27º 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 #CB5345 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 69 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.20 |
| HSL | 6.27º | 0.56% | 0.53% | - |
| HSV(B) | 6.27º | 0.66% | 0.8% | - |
| XYZ | 28.8 | 19.31 | 7.84 | - |
| YUV | 117.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 69 | 0 | 0.59 | 0.66 | 0.20 | 6.27 | 0.56 | 0.53 |
| Hex | CB | 53 | 45 | 0 | 3B | 42 | 14 | 6 | 38 | 35 |
| Octal | 313 | 123 | 105 | 0 | 73 | 102 | 24 | 6 | 70 | 65 |
| Binary | 11001011 | 1010011 | 1000101 | 0 | 111011 | 1000010 | 10100 | 110 | 111000 | 110101 |
Color Harmonies of #CB5345
Complementary color
Monochromatic Colors of #CB5345
Black with #CB5345
Text Example
Text Example
White with #CB5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5345; }
p { color: rgb(203,83,69); }
H1.HeaderClassName
{
color: #CB5345;
}
.AnyTagClassName
{
color: #CB5345;
}
</style>
background-color css
<style>
a { background-color: #CB5345; }
a { background-color: rgb(203,83,69); }
div.DivClassName
{
background-color: #CB5345;
}
.BgClassName
{
background-color: #CB5345;
}
</style>
border-color css
<style>
span { border-color: #CB5345; }
span { border-color: rgb(203,83,69); }
td.TdClassName
{
border-color: #CB5345;
}
.TagClassName
{
border-color: #CB5345;
}
</style>