Shades of Dark Coral #CB5A3E
Tints of Dark Coral #CB5A3E
RGB
CMYK
RGB Variations
Color information
#CB5A3E (or 0xCB5A3E) is known color: Dark Coral. HEX triplet: CB, 5A and 3E. RGB value is (203,90,62). Sum of RGB (Red+Green+Blue) = 203+90+62=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A3E is #34A5C1. Grayscale: #787878. Windows color (decimal): -3450306 or 4086475. OLE color: 4086475.
HSL color Cylindrical-coordinate representation of color #CB5A3E: hue angle of 11.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB5A3E is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 62 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.20 |
| HSL | 11.91º | 0.58% | 0.52% | - |
| HSV(B) | 11.91º | 0.69% | 0.8% | - |
| XYZ | 29.15 | 20.36 | 6.95 | - |
| YUV | 120.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 62 | 0 | 0.56 | 0.69 | 0.20 | 11.91 | 0.58 | 0.52 |
| Hex | CB | 5A | 3E | 0 | 38 | 45 | 14 | C | 3A | 34 |
| Octal | 313 | 132 | 76 | 0 | 70 | 105 | 24 | 14 | 72 | 64 |
| Binary | 11001011 | 1011010 | 111110 | 0 | 111000 | 1000101 | 10100 | 1100 | 111010 | 110100 |
Color Harmonies of #CB5A3E
Complementary color
Monochromatic Colors of #CB5A3E
Black with #CB5A3E
Text Example
Text Example
White with #CB5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A3E; }
p { color: rgb(203,90,62); }
H1.HeaderClassName
{
color: #CB5A3E;
}
.AnyTagClassName
{
color: #CB5A3E;
}
</style>
background-color css
<style>
a { background-color: #CB5A3E; }
a { background-color: rgb(203,90,62); }
div.DivClassName
{
background-color: #CB5A3E;
}
.BgClassName
{
background-color: #CB5A3E;
}
</style>
border-color css
<style>
span { border-color: #CB5A3E; }
span { border-color: rgb(203,90,62); }
td.TdClassName
{
border-color: #CB5A3E;
}
.TagClassName
{
border-color: #CB5A3E;
}
</style>