Shades of Dark Coral #CB614A
Tints of Dark Coral #CB614A
RGB
CMYK
RGB Variations
Color information
#CB614A (or 0xCB614A) is known color: Dark Coral. HEX triplet: CB, 61 and 4A. RGB value is (203,97,74). Sum of RGB (Red+Green+Blue) = 203+97+74=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB614A is #349EB5. Grayscale: #7E7E7E. Windows color (decimal): -3448502 or 4874699. OLE color: 4874699.
HSL color Cylindrical-coordinate representation of color #CB614A: hue angle of 10.7º 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 #CB614A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 74 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.20 |
| HSL | 10.7º | 0.55% | 0.54% | - |
| HSV(B) | 10.7º | 0.64% | 0.8% | - |
| XYZ | 30.14 | 21.74 | 9.09 | - |
| YUV | 126.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 74 | 0 | 0.52 | 0.64 | 0.20 | 10.7 | 0.55 | 0.54 |
| Hex | CB | 61 | 4A | 0 | 34 | 40 | 14 | B | 37 | 36 |
| Octal | 313 | 141 | 112 | 0 | 64 | 100 | 24 | 13 | 67 | 66 |
| Binary | 11001011 | 1100001 | 1001010 | 0 | 110100 | 1000000 | 10100 | 1011 | 110111 | 110110 |
Color Harmonies of #CB614A
Complementary color
Monochromatic Colors of #CB614A
Black with #CB614A
Text Example
Text Example
White with #CB614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB614A; }
p { color: rgb(203,97,74); }
H1.HeaderClassName
{
color: #CB614A;
}
.AnyTagClassName
{
color: #CB614A;
}
</style>
background-color css
<style>
a { background-color: #CB614A; }
a { background-color: rgb(203,97,74); }
div.DivClassName
{
background-color: #CB614A;
}
.BgClassName
{
background-color: #CB614A;
}
</style>
border-color css
<style>
span { border-color: #CB614A; }
span { border-color: rgb(203,97,74); }
td.TdClassName
{
border-color: #CB614A;
}
.TagClassName
{
border-color: #CB614A;
}
</style>