Shades of Burning Sand #CF7B61
Tints of Burning Sand #CF7B61
RGB
CMYK
RGB Variations
Color information
#CF7B61 (or 0xCF7B61) is known color: Burning Sand. HEX triplet: CF, 7B and 61. RGB value is (207,123,97). Sum of RGB (Red+Green+Blue) = 207+123+97=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B61 is #30849E. Grayscale: #919191. Windows color (decimal): -3179679 or 6388687. OLE color: 6388687.
HSL color Cylindrical-coordinate representation of color #CF7B61: hue angle of 14.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF7B61 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 97 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.19 |
| HSL | 14.18º | 0.53% | 0.6% | - |
| HSV(B) | 14.18º | 0.53% | 0.81% | - |
| XYZ | 34.97 | 28.29 | 14.93 | - |
| YUV | 145.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 97 | 0 | 0.41 | 0.53 | 0.19 | 14.18 | 0.53 | 0.6 |
| Hex | CF | 7B | 61 | 0 | 29 | 35 | 13 | E | 35 | 3C |
| Octal | 317 | 173 | 141 | 0 | 51 | 65 | 23 | 16 | 65 | 74 |
| Binary | 11001111 | 1111011 | 1100001 | 0 | 101001 | 110101 | 10011 | 1110 | 110101 | 111100 |
Color Harmonies of #CF7B61
Complementary color
Monochromatic Colors of #CF7B61
Black with #CF7B61
Text Example
Text Example
White with #CF7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B61; }
p { color: rgb(207,123,97); }
H1.HeaderClassName
{
color: #CF7B61;
}
.AnyTagClassName
{
color: #CF7B61;
}
</style>
background-color css
<style>
a { background-color: #CF7B61; }
a { background-color: rgb(207,123,97); }
div.DivClassName
{
background-color: #CF7B61;
}
.BgClassName
{
background-color: #CF7B61;
}
</style>
border-color css
<style>
span { border-color: #CF7B61; }
span { border-color: rgb(207,123,97); }
td.TdClassName
{
border-color: #CF7B61;
}
.TagClassName
{
border-color: #CF7B61;
}
</style>