Shades of Burning Sand #CF7D69
Tints of Burning Sand #CF7D69
RGB
CMYK
RGB Variations
Color information
#CF7D69 (or 0xCF7D69) is known color: Burning Sand. HEX triplet: CF, 7D and 69. RGB value is (207,125,105). Sum of RGB (Red+Green+Blue) = 207+125+105=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D69 is #308296. Grayscale: #939393. Windows color (decimal): -3179159 or 6913487. OLE color: 6913487.
HSL color Cylindrical-coordinate representation of color #CF7D69: hue angle of 11.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7D69 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 105 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.19 |
| HSL | 11.76º | 0.52% | 0.61% | - |
| HSV(B) | 11.76º | 0.49% | 0.81% | - |
| XYZ | 35.62 | 28.95 | 17.08 | - |
| YUV | 147.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 105 | 0 | 0.40 | 0.49 | 0.19 | 11.76 | 0.52 | 0.61 |
| Hex | CF | 7D | 69 | 0 | 28 | 31 | 13 | C | 34 | 3D |
| Octal | 317 | 175 | 151 | 0 | 50 | 61 | 23 | 14 | 64 | 75 |
| Binary | 11001111 | 1111101 | 1101001 | 0 | 101000 | 110001 | 10011 | 1100 | 110100 | 111101 |
Color Harmonies of #CF7D69
Complementary color
Monochromatic Colors of #CF7D69
Black with #CF7D69
Text Example
Text Example
White with #CF7D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D69; }
p { color: rgb(207,125,105); }
H1.HeaderClassName
{
color: #CF7D69;
}
.AnyTagClassName
{
color: #CF7D69;
}
</style>
background-color css
<style>
a { background-color: #CF7D69; }
a { background-color: rgb(207,125,105); }
div.DivClassName
{
background-color: #CF7D69;
}
.BgClassName
{
background-color: #CF7D69;
}
</style>
border-color css
<style>
span { border-color: #CF7D69; }
span { border-color: rgb(207,125,105); }
td.TdClassName
{
border-color: #CF7D69;
}
.TagClassName
{
border-color: #CF7D69;
}
</style>