Shades of Burning Sand #CF7A63
Tints of Burning Sand #CF7A63
RGB
CMYK
RGB Variations
Color information
#CF7A63 (or 0xCF7A63) is known color: Burning Sand. HEX triplet: CF, 7A and 63. RGB value is (207,122,99). Sum of RGB (Red+Green+Blue) = 207+122+99=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A63 is #30859C. Grayscale: #909090. Windows color (decimal): -3179933 or 6519503. OLE color: 6519503.
HSL color Cylindrical-coordinate representation of color #CF7A63: hue angle of 12.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF7A63 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 99 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.19 |
| HSL | 12.78º | 0.53% | 0.6% | - |
| HSV(B) | 12.78º | 0.52% | 0.81% | - |
| XYZ | 34.94 | 28.09 | 15.38 | - |
| YUV | 144.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 99 | 0 | 0.41 | 0.52 | 0.19 | 12.78 | 0.53 | 0.6 |
| Hex | CF | 7A | 63 | 0 | 29 | 34 | 13 | D | 35 | 3C |
| Octal | 317 | 172 | 143 | 0 | 51 | 64 | 23 | 15 | 65 | 74 |
| Binary | 11001111 | 1111010 | 1100011 | 0 | 101001 | 110100 | 10011 | 1101 | 110101 | 111100 |
Color Harmonies of #CF7A63
Complementary color
Monochromatic Colors of #CF7A63
Black with #CF7A63
Text Example
Text Example
White with #CF7A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A63; }
p { color: rgb(207,122,99); }
H1.HeaderClassName
{
color: #CF7A63;
}
.AnyTagClassName
{
color: #CF7A63;
}
</style>
background-color css
<style>
a { background-color: #CF7A63; }
a { background-color: rgb(207,122,99); }
div.DivClassName
{
background-color: #CF7A63;
}
.BgClassName
{
background-color: #CF7A63;
}
</style>
border-color css
<style>
span { border-color: #CF7A63; }
span { border-color: rgb(207,122,99); }
td.TdClassName
{
border-color: #CF7A63;
}
.TagClassName
{
border-color: #CF7A63;
}
</style>