Shades of Dark Coral #CF634B
Tints of Dark Coral #CF634B
RGB
CMYK
RGB Variations
Color information
#CF634B (or 0xCF634B) is known color: Dark Coral. HEX triplet: CF, 63 and 4B. RGB value is (207,99,75). Sum of RGB (Red+Green+Blue) = 207+99+75=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF634B is #309CB4. Grayscale: #808080. Windows color (decimal): -3185845 or 4940751. OLE color: 4940751.
HSL color Cylindrical-coordinate representation of color #CF634B: hue angle of 10.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF634B is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 75 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.19 |
| HSL | 10.91º | 0.58% | 0.55% | - |
| HSV(B) | 10.91º | 0.64% | 0.81% | - |
| XYZ | 31.46 | 22.7 | 9.38 | - |
| YUV | 128.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 75 | 0 | 0.52 | 0.64 | 0.19 | 10.91 | 0.58 | 0.55 |
| Hex | CF | 63 | 4B | 0 | 34 | 40 | 13 | B | 3A | 37 |
| Octal | 317 | 143 | 113 | 0 | 64 | 100 | 23 | 13 | 72 | 67 |
| Binary | 11001111 | 1100011 | 1001011 | 0 | 110100 | 1000000 | 10011 | 1011 | 111010 | 110111 |
Color Harmonies of #CF634B
Complementary color
Monochromatic Colors of #CF634B
Black with #CF634B
Text Example
Text Example
White with #CF634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF634B; }
p { color: rgb(207,99,75); }
H1.HeaderClassName
{
color: #CF634B;
}
.AnyTagClassName
{
color: #CF634B;
}
</style>
background-color css
<style>
a { background-color: #CF634B; }
a { background-color: rgb(207,99,75); }
div.DivClassName
{
background-color: #CF634B;
}
.BgClassName
{
background-color: #CF634B;
}
</style>
border-color css
<style>
span { border-color: #CF634B; }
span { border-color: rgb(207,99,75); }
td.TdClassName
{
border-color: #CF634B;
}
.TagClassName
{
border-color: #CF634B;
}
</style>