Shades of Burning Sand #CF7C67
Tints of Burning Sand #CF7C67
RGB
CMYK
RGB Variations
Color information
#CF7C67 (or 0xCF7C67) is known color: Burning Sand. HEX triplet: CF, 7C and 67. RGB value is (207,124,103). Sum of RGB (Red+Green+Blue) = 207+124+103=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C67 is #308398. Grayscale: #929292. Windows color (decimal): -3179417 or 6782159. OLE color: 6782159.
HSL color Cylindrical-coordinate representation of color #CF7C67: hue angle of 12.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7C67 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 103 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.19 |
| HSL | 12.12º | 0.52% | 0.61% | - |
| HSV(B) | 12.12º | 0.5% | 0.81% | - |
| XYZ | 35.39 | 28.66 | 16.5 | - |
| YUV | 146.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 103 | 0 | 0.40 | 0.50 | 0.19 | 12.12 | 0.52 | 0.61 |
| Hex | CF | 7C | 67 | 0 | 28 | 32 | 13 | C | 34 | 3D |
| Octal | 317 | 174 | 147 | 0 | 50 | 62 | 23 | 14 | 64 | 75 |
| Binary | 11001111 | 1111100 | 1100111 | 0 | 101000 | 110010 | 10011 | 1100 | 110100 | 111101 |
Color Harmonies of #CF7C67
Complementary color
Monochromatic Colors of #CF7C67
Black with #CF7C67
Text Example
Text Example
White with #CF7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C67; }
p { color: rgb(207,124,103); }
H1.HeaderClassName
{
color: #CF7C67;
}
.AnyTagClassName
{
color: #CF7C67;
}
</style>
background-color css
<style>
a { background-color: #CF7C67; }
a { background-color: rgb(207,124,103); }
div.DivClassName
{
background-color: #CF7C67;
}
.BgClassName
{
background-color: #CF7C67;
}
</style>
border-color css
<style>
span { border-color: #CF7C67; }
span { border-color: rgb(207,124,103); }
td.TdClassName
{
border-color: #CF7C67;
}
.TagClassName
{
border-color: #CF7C67;
}
</style>