Shades of Dark Coral #CB574B
Tints of Dark Coral #CB574B
RGB
CMYK
RGB Variations
Color information
#CB574B (or 0xCB574B) is known color: Dark Coral. HEX triplet: CB, 57 and 4B. RGB value is (203,87,75). Sum of RGB (Red+Green+Blue) = 203+87+75=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB574B is #34A8B4. Grayscale: #787878. Windows color (decimal): -3451061 or 4937675. OLE color: 4937675.
HSL color Cylindrical-coordinate representation of color #CB574B: hue angle of 5.62º 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 #CB574B is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 75 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.20 |
| HSL | 5.63º | 0.55% | 0.55% | - |
| HSV(B) | 5.63º | 0.63% | 0.8% | - |
| XYZ | 29.31 | 20.02 | 8.98 | - |
| YUV | 120.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 75 | 0 | 0.57 | 0.63 | 0.20 | 5.63 | 0.55 | 0.55 |
| Hex | CB | 57 | 4B | 0 | 39 | 3F | 14 | 6 | 37 | 37 |
| Octal | 313 | 127 | 113 | 0 | 71 | 77 | 24 | 6 | 67 | 67 |
| Binary | 11001011 | 1010111 | 1001011 | 0 | 111001 | 111111 | 10100 | 110 | 110111 | 110111 |
Color Harmonies of #CB574B
Complementary color
Monochromatic Colors of #CB574B
Black with #CB574B
Text Example
Text Example
White with #CB574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB574B; }
p { color: rgb(203,87,75); }
H1.HeaderClassName
{
color: #CB574B;
}
.AnyTagClassName
{
color: #CB574B;
}
</style>
background-color css
<style>
a { background-color: #CB574B; }
a { background-color: rgb(203,87,75); }
div.DivClassName
{
background-color: #CB574B;
}
.BgClassName
{
background-color: #CB574B;
}
</style>
border-color css
<style>
span { border-color: #CB574B; }
span { border-color: rgb(203,87,75); }
td.TdClassName
{
border-color: #CB574B;
}
.TagClassName
{
border-color: #CB574B;
}
</style>