Shades of Burning Sand #CF7B64
Tints of Burning Sand #CF7B64
RGB
CMYK
RGB Variations
Color information
#CF7B64 (or 0xCF7B64) is known color: Burning Sand. HEX triplet: CF, 7B and 64. RGB value is (207,123,100). Sum of RGB (Red+Green+Blue) = 207+123+100=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B64 is #30849B. Grayscale: #919191. Windows color (decimal): -3179676 or 6585295. OLE color: 6585295.
HSL color Cylindrical-coordinate representation of color #CF7B64: hue angle of 12.9º 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 #CF7B64 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 100 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.19 |
| HSL | 12.9º | 0.53% | 0.6% | - |
| HSV(B) | 12.9º | 0.52% | 0.81% | - |
| XYZ | 35.12 | 28.35 | 15.68 | - |
| YUV | 145.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 100 | 0 | 0.41 | 0.52 | 0.19 | 12.9 | 0.53 | 0.6 |
| Hex | CF | 7B | 64 | 0 | 29 | 34 | 13 | D | 35 | 3C |
| Octal | 317 | 173 | 144 | 0 | 51 | 64 | 23 | 15 | 65 | 74 |
| Binary | 11001111 | 1111011 | 1100100 | 0 | 101001 | 110100 | 10011 | 1101 | 110101 | 111100 |
Color Harmonies of #CF7B64
Complementary color
Monochromatic Colors of #CF7B64
Black with #CF7B64
Text Example
Text Example
White with #CF7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B64; }
p { color: rgb(207,123,100); }
H1.HeaderClassName
{
color: #CF7B64;
}
.AnyTagClassName
{
color: #CF7B64;
}
</style>
background-color css
<style>
a { background-color: #CF7B64; }
a { background-color: rgb(207,123,100); }
div.DivClassName
{
background-color: #CF7B64;
}
.BgClassName
{
background-color: #CF7B64;
}
</style>
border-color css
<style>
span { border-color: #CF7B64; }
span { border-color: rgb(207,123,100); }
td.TdClassName
{
border-color: #CF7B64;
}
.TagClassName
{
border-color: #CF7B64;
}
</style>