Shades of Dark Coral #C9624B
Tints of Dark Coral #C9624B
RGB
CMYK
RGB Variations
Color information
#C9624B (or 0xC9624B) is known color: Dark Coral. HEX triplet: C9, 62 and 4B. RGB value is (201,98,75). Sum of RGB (Red+Green+Blue) = 201+98+75=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9624B is #369DB4. Grayscale: #7E7E7E. Windows color (decimal): -3579317 or 4940489. OLE color: 4940489.
HSL color Cylindrical-coordinate representation of color #C9624B: hue angle of 10.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9624B is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 75 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.21 |
| HSL | 10.95º | 0.54% | 0.54% | - |
| HSV(B) | 10.95º | 0.63% | 0.79% | - |
| XYZ | 29.73 | 21.66 | 9.27 | - |
| YUV | 126.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 75 | 0 | 0.51 | 0.63 | 0.21 | 10.95 | 0.54 | 0.54 |
| Hex | C9 | 62 | 4B | 0 | 33 | 3F | 15 | B | 36 | 36 |
| Octal | 311 | 142 | 113 | 0 | 63 | 77 | 25 | 13 | 66 | 66 |
| Binary | 11001001 | 1100010 | 1001011 | 0 | 110011 | 111111 | 10101 | 1011 | 110110 | 110110 |
Color Harmonies of #C9624B
Complementary color
Monochromatic Colors of #C9624B
Black with #C9624B
Text Example
Text Example
White with #C9624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9624B; }
p { color: rgb(201,98,75); }
H1.HeaderClassName
{
color: #C9624B;
}
.AnyTagClassName
{
color: #C9624B;
}
</style>
background-color css
<style>
a { background-color: #C9624B; }
a { background-color: rgb(201,98,75); }
div.DivClassName
{
background-color: #C9624B;
}
.BgClassName
{
background-color: #C9624B;
}
</style>
border-color css
<style>
span { border-color: #C9624B; }
span { border-color: rgb(201,98,75); }
td.TdClassName
{
border-color: #C9624B;
}
.TagClassName
{
border-color: #C9624B;
}
</style>