Shades of Dark Coral #CB604A
Tints of Dark Coral #CB604A
RGB
CMYK
RGB Variations
Color information
#CB604A (or 0xCB604A) is known color: Dark Coral. HEX triplet: CB, 60 and 4A. RGB value is (203,96,74). Sum of RGB (Red+Green+Blue) = 203+96+74=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB604A is #349FB5. Grayscale: #7D7D7D. Windows color (decimal): -3448758 or 4874443. OLE color: 4874443.
HSL color Cylindrical-coordinate representation of color #CB604A: hue angle of 10.23º 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 #CB604A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 74 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.20 |
| HSL | 10.23º | 0.55% | 0.54% | - |
| HSV(B) | 10.23º | 0.64% | 0.8% | - |
| XYZ | 30.05 | 21.56 | 9.06 | - |
| YUV | 125.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 74 | 0 | 0.53 | 0.64 | 0.20 | 10.23 | 0.55 | 0.54 |
| Hex | CB | 60 | 4A | 0 | 35 | 40 | 14 | A | 37 | 36 |
| Octal | 313 | 140 | 112 | 0 | 65 | 100 | 24 | 12 | 67 | 66 |
| Binary | 11001011 | 1100000 | 1001010 | 0 | 110101 | 1000000 | 10100 | 1010 | 110111 | 110110 |
Color Harmonies of #CB604A
Complementary color
Monochromatic Colors of #CB604A
Black with #CB604A
Text Example
Text Example
White with #CB604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB604A; }
p { color: rgb(203,96,74); }
H1.HeaderClassName
{
color: #CB604A;
}
.AnyTagClassName
{
color: #CB604A;
}
</style>
background-color css
<style>
a { background-color: #CB604A; }
a { background-color: rgb(203,96,74); }
div.DivClassName
{
background-color: #CB604A;
}
.BgClassName
{
background-color: #CB604A;
}
</style>
border-color css
<style>
span { border-color: #CB604A; }
span { border-color: rgb(203,96,74); }
td.TdClassName
{
border-color: #CB604A;
}
.TagClassName
{
border-color: #CB604A;
}
</style>