Shades of Dark Coral #CB574A
Tints of Dark Coral #CB574A
RGB
CMYK
RGB Variations
Color information
#CB574A (or 0xCB574A) is known color: Dark Coral. HEX triplet: CB, 57 and 4A. RGB value is (203,87,74). Sum of RGB (Red+Green+Blue) = 203+87+74=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB574A is #34A8B5. Grayscale: #787878. Windows color (decimal): -3451062 or 4872139. OLE color: 4872139.
HSL color Cylindrical-coordinate representation of color #CB574A: hue angle of 6.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB574A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 74 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.20 |
| HSL | 6.05º | 0.55% | 0.54% | - |
| HSV(B) | 6.05º | 0.64% | 0.8% | - |
| XYZ | 29.27 | 20.01 | 8.8 | - |
| YUV | 120.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 74 | 0 | 0.57 | 0.64 | 0.20 | 6.05 | 0.55 | 0.54 |
| Hex | CB | 57 | 4A | 0 | 39 | 40 | 14 | 6 | 37 | 36 |
| Octal | 313 | 127 | 112 | 0 | 71 | 100 | 24 | 6 | 67 | 66 |
| Binary | 11001011 | 1010111 | 1001010 | 0 | 111001 | 1000000 | 10100 | 110 | 110111 | 110110 |
Color Harmonies of #CB574A
Complementary color
Monochromatic Colors of #CB574A
Black with #CB574A
Text Example
Text Example
White with #CB574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB574A; }
p { color: rgb(203,87,74); }
H1.HeaderClassName
{
color: #CB574A;
}
.AnyTagClassName
{
color: #CB574A;
}
</style>
background-color css
<style>
a { background-color: #CB574A; }
a { background-color: rgb(203,87,74); }
div.DivClassName
{
background-color: #CB574A;
}
.BgClassName
{
background-color: #CB574A;
}
</style>
border-color css
<style>
span { border-color: #CB574A; }
span { border-color: rgb(203,87,74); }
td.TdClassName
{
border-color: #CB574A;
}
.TagClassName
{
border-color: #CB574A;
}
</style>