Shades of Burning Sand #CF7D67
Tints of Burning Sand #CF7D67
RGB
CMYK
RGB Variations
Color information
#CF7D67 (or 0xCF7D67) is known color: Burning Sand. HEX triplet: CF, 7D and 67. RGB value is (207,125,103). Sum of RGB (Red+Green+Blue) = 207+125+103=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D67 is #308298. Grayscale: #939393. Windows color (decimal): -3179161 or 6782415. OLE color: 6782415.
HSL color Cylindrical-coordinate representation of color #CF7D67: hue angle of 12.69º 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 #CF7D67 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 103 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.19 |
| HSL | 12.69º | 0.52% | 0.61% | - |
| HSV(B) | 12.69º | 0.5% | 0.81% | - |
| XYZ | 35.51 | 28.91 | 16.54 | - |
| YUV | 147.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 103 | 0 | 0.40 | 0.50 | 0.19 | 12.69 | 0.52 | 0.61 |
| Hex | CF | 7D | 67 | 0 | 28 | 32 | 13 | D | 34 | 3D |
| Octal | 317 | 175 | 147 | 0 | 50 | 62 | 23 | 15 | 64 | 75 |
| Binary | 11001111 | 1111101 | 1100111 | 0 | 101000 | 110010 | 10011 | 1101 | 110100 | 111101 |
Color Harmonies of #CF7D67
Complementary color
Monochromatic Colors of #CF7D67
Black with #CF7D67
Text Example
Text Example
White with #CF7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D67; }
p { color: rgb(207,125,103); }
H1.HeaderClassName
{
color: #CF7D67;
}
.AnyTagClassName
{
color: #CF7D67;
}
</style>
background-color css
<style>
a { background-color: #CF7D67; }
a { background-color: rgb(207,125,103); }
div.DivClassName
{
background-color: #CF7D67;
}
.BgClassName
{
background-color: #CF7D67;
}
</style>
border-color css
<style>
span { border-color: #CF7D67; }
span { border-color: rgb(207,125,103); }
td.TdClassName
{
border-color: #CF7D67;
}
.TagClassName
{
border-color: #CF7D67;
}
</style>