Shades of Dark Coral #CF634C
Tints of Dark Coral #CF634C
RGB
CMYK
RGB Variations
Color information
#CF634C (or 0xCF634C) is known color: Dark Coral. HEX triplet: CF, 63 and 4C. RGB value is (207,99,76). Sum of RGB (Red+Green+Blue) = 207+99+76=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF634C is #309CB3. Grayscale: #808080. Windows color (decimal): -3185844 or 5006287. OLE color: 5006287.
HSL color Cylindrical-coordinate representation of color #CF634C: hue angle of 10.53º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF634C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 76 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.19 |
| HSL | 10.53º | 0.58% | 0.55% | - |
| HSV(B) | 10.53º | 0.63% | 0.81% | - |
| XYZ | 31.5 | 22.71 | 9.56 | - |
| YUV | 128.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 76 | 0 | 0.52 | 0.63 | 0.19 | 10.53 | 0.58 | 0.55 |
| Hex | CF | 63 | 4C | 0 | 34 | 3F | 13 | B | 3A | 37 |
| Octal | 317 | 143 | 114 | 0 | 64 | 77 | 23 | 13 | 72 | 67 |
| Binary | 11001111 | 1100011 | 1001100 | 0 | 110100 | 111111 | 10011 | 1011 | 111010 | 110111 |
Color Harmonies of #CF634C
Complementary color
Monochromatic Colors of #CF634C
Black with #CF634C
Text Example
Text Example
White with #CF634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF634C; }
p { color: rgb(207,99,76); }
H1.HeaderClassName
{
color: #CF634C;
}
.AnyTagClassName
{
color: #CF634C;
}
</style>
background-color css
<style>
a { background-color: #CF634C; }
a { background-color: rgb(207,99,76); }
div.DivClassName
{
background-color: #CF634C;
}
.BgClassName
{
background-color: #CF634C;
}
</style>
border-color css
<style>
span { border-color: #CF634C; }
span { border-color: rgb(207,99,76); }
td.TdClassName
{
border-color: #CF634C;
}
.TagClassName
{
border-color: #CF634C;
}
</style>