Shades of Dark Coral #CB5A3C
Tints of Dark Coral #CB5A3C
RGB
CMYK
RGB Variations
Color information
#CB5A3C (or 0xCB5A3C) is known color: Dark Coral. HEX triplet: CB, 5A and 3C. RGB value is (203,90,60). Sum of RGB (Red+Green+Blue) = 203+90+60=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A3C is #34A5C3. Grayscale: #787878. Windows color (decimal): -3450308 or 3955403. OLE color: 3955403.
HSL color Cylindrical-coordinate representation of color #CB5A3C: hue angle of 12.59º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB5A3C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 60 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.20 |
| HSL | 12.59º | 0.58% | 0.52% | - |
| HSV(B) | 12.59º | 0.7% | 0.8% | - |
| XYZ | 29.1 | 20.34 | 6.67 | - |
| YUV | 120.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 60 | 0 | 0.56 | 0.70 | 0.20 | 12.59 | 0.58 | 0.52 |
| Hex | CB | 5A | 3C | 0 | 38 | 46 | 14 | D | 3A | 34 |
| Octal | 313 | 132 | 74 | 0 | 70 | 106 | 24 | 15 | 72 | 64 |
| Binary | 11001011 | 1011010 | 111100 | 0 | 111000 | 1000110 | 10100 | 1101 | 111010 | 110100 |
Color Harmonies of #CB5A3C
Complementary color
Monochromatic Colors of #CB5A3C
Black with #CB5A3C
Text Example
Text Example
White with #CB5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A3C; }
p { color: rgb(203,90,60); }
H1.HeaderClassName
{
color: #CB5A3C;
}
.AnyTagClassName
{
color: #CB5A3C;
}
</style>
background-color css
<style>
a { background-color: #CB5A3C; }
a { background-color: rgb(203,90,60); }
div.DivClassName
{
background-color: #CB5A3C;
}
.BgClassName
{
background-color: #CB5A3C;
}
</style>
border-color css
<style>
span { border-color: #CB5A3C; }
span { border-color: rgb(203,90,60); }
td.TdClassName
{
border-color: #CB5A3C;
}
.TagClassName
{
border-color: #CB5A3C;
}
</style>