Shades of Dark Coral #CB5F40
Tints of Dark Coral #CB5F40
RGB
CMYK
RGB Variations
Color information
#CB5F40 (or 0xCB5F40) is known color: Dark Coral. HEX triplet: CB, 5F and 40. RGB value is (203,95,64). Sum of RGB (Red+Green+Blue) = 203+95+64=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F40 is #34A0BF. Grayscale: #7B7B7B. Windows color (decimal): -3449024 or 4218827. OLE color: 4218827.
HSL color Cylindrical-coordinate representation of color #CB5F40: hue angle of 13.38º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB5F40 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 64 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.20 |
| HSL | 13.38º | 0.57% | 0.52% | - |
| HSV(B) | 13.38º | 0.68% | 0.8% | - |
| XYZ | 29.65 | 21.25 | 7.39 | - |
| YUV | 123.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 64 | 0 | 0.53 | 0.68 | 0.20 | 13.38 | 0.57 | 0.52 |
| Hex | CB | 5F | 40 | 0 | 35 | 44 | 14 | D | 39 | 34 |
| Octal | 313 | 137 | 100 | 0 | 65 | 104 | 24 | 15 | 71 | 64 |
| Binary | 11001011 | 1011111 | 1000000 | 0 | 110101 | 1000100 | 10100 | 1101 | 111001 | 110100 |
Color Harmonies of #CB5F40
Complementary color
Monochromatic Colors of #CB5F40
Black with #CB5F40
Text Example
Text Example
White with #CB5F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F40; }
p { color: rgb(203,95,64); }
H1.HeaderClassName
{
color: #CB5F40;
}
.AnyTagClassName
{
color: #CB5F40;
}
</style>
background-color css
<style>
a { background-color: #CB5F40; }
a { background-color: rgb(203,95,64); }
div.DivClassName
{
background-color: #CB5F40;
}
.BgClassName
{
background-color: #CB5F40;
}
</style>
border-color css
<style>
span { border-color: #CB5F40; }
span { border-color: rgb(203,95,64); }
td.TdClassName
{
border-color: #CB5F40;
}
.TagClassName
{
border-color: #CB5F40;
}
</style>