Shades of Dark Coral #C9634C
Tints of Dark Coral #C9634C
RGB
CMYK
RGB Variations
Color information
#C9634C (or 0xC9634C) is known color: Dark Coral. HEX triplet: C9, 63 and 4C. RGB value is (201,99,76). Sum of RGB (Red+Green+Blue) = 201+99+76=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9634C is #369CB3. Grayscale: #7F7F7F. Windows color (decimal): -3579060 or 5006281. OLE color: 5006281.
HSL color Cylindrical-coordinate representation of color #C9634C: hue angle of 11.04º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9634C is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 76 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.21 |
| HSL | 11.04º | 0.54% | 0.54% | - |
| HSV(B) | 11.04º | 0.62% | 0.79% | - |
| XYZ | 29.85 | 21.86 | 9.48 | - |
| YUV | 126.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 76 | 0 | 0.51 | 0.62 | 0.21 | 11.04 | 0.54 | 0.54 |
| Hex | C9 | 63 | 4C | 0 | 33 | 3E | 15 | B | 36 | 36 |
| Octal | 311 | 143 | 114 | 0 | 63 | 76 | 25 | 13 | 66 | 66 |
| Binary | 11001001 | 1100011 | 1001100 | 0 | 110011 | 111110 | 10101 | 1011 | 110110 | 110110 |
Color Harmonies of #C9634C
Complementary color
Monochromatic Colors of #C9634C
Black with #C9634C
Text Example
Text Example
White with #C9634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9634C; }
p { color: rgb(201,99,76); }
H1.HeaderClassName
{
color: #C9634C;
}
.AnyTagClassName
{
color: #C9634C;
}
</style>
background-color css
<style>
a { background-color: #C9634C; }
a { background-color: rgb(201,99,76); }
div.DivClassName
{
background-color: #C9634C;
}
.BgClassName
{
background-color: #C9634C;
}
</style>
border-color css
<style>
span { border-color: #C9634C; }
span { border-color: rgb(201,99,76); }
td.TdClassName
{
border-color: #C9634C;
}
.TagClassName
{
border-color: #C9634C;
}
</style>