Shades of Dark Coral #CB5F4B
Tints of Dark Coral #CB5F4B
RGB
CMYK
RGB Variations
Color information
#CB5F4B (or 0xCB5F4B) is known color: Dark Coral. HEX triplet: CB, 5F and 4B. RGB value is (203,95,75). Sum of RGB (Red+Green+Blue) = 203+95+75=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F4B is #34A0B4. Grayscale: #7D7D7D. Windows color (decimal): -3449013 or 4939723. OLE color: 4939723.
HSL color Cylindrical-coordinate representation of color #CB5F4B: hue angle of 9.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5F4B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 75 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.20 |
| HSL | 9.38º | 0.55% | 0.55% | - |
| HSV(B) | 9.38º | 0.63% | 0.8% | - |
| XYZ | 29.99 | 21.39 | 9.2 | - |
| YUV | 125.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 75 | 0 | 0.53 | 0.63 | 0.20 | 9.38 | 0.55 | 0.55 |
| Hex | CB | 5F | 4B | 0 | 35 | 3F | 14 | 9 | 37 | 37 |
| Octal | 313 | 137 | 113 | 0 | 65 | 77 | 24 | 11 | 67 | 67 |
| Binary | 11001011 | 1011111 | 1001011 | 0 | 110101 | 111111 | 10100 | 1001 | 110111 | 110111 |
Color Harmonies of #CB5F4B
Complementary color
Monochromatic Colors of #CB5F4B
Black with #CB5F4B
Text Example
Text Example
White with #CB5F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F4B; }
p { color: rgb(203,95,75); }
H1.HeaderClassName
{
color: #CB5F4B;
}
.AnyTagClassName
{
color: #CB5F4B;
}
</style>
background-color css
<style>
a { background-color: #CB5F4B; }
a { background-color: rgb(203,95,75); }
div.DivClassName
{
background-color: #CB5F4B;
}
.BgClassName
{
background-color: #CB5F4B;
}
</style>
border-color css
<style>
span { border-color: #CB5F4B; }
span { border-color: rgb(203,95,75); }
td.TdClassName
{
border-color: #CB5F4B;
}
.TagClassName
{
border-color: #CB5F4B;
}
</style>