Shades of Burning Sand #CF855A
Tints of Burning Sand #CF855A
RGB
CMYK
RGB Variations
Color information
#CF855A (or 0xCF855A) is known color: Burning Sand. HEX triplet: CF, 85 and 5A. RGB value is (207,133,90). Sum of RGB (Red+Green+Blue) = 207+133+90=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF855A is #307AA5. Grayscale: #969696. Windows color (decimal): -3177126 or 5932495. OLE color: 5932495.
HSL color Cylindrical-coordinate representation of color #CF855A: hue angle of 22.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF855A is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 90 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.19 |
| HSL | 22.05º | 0.55% | 0.58% | - |
| HSV(B) | 22.05º | 0.57% | 0.81% | - |
| XYZ | 35.97 | 30.78 | 13.72 | - |
| YUV | 150.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 90 | 0 | 0.36 | 0.57 | 0.19 | 22.05 | 0.55 | 0.58 |
| Hex | CF | 85 | 5A | 0 | 24 | 39 | 13 | 16 | 37 | 3A |
| Octal | 317 | 205 | 132 | 0 | 44 | 71 | 23 | 26 | 67 | 72 |
| Binary | 11001111 | 10000101 | 1011010 | 0 | 100100 | 111001 | 10011 | 10110 | 110111 | 111010 |
Color Harmonies of #CF855A
Complementary color
Monochromatic Colors of #CF855A
Black with #CF855A
Text Example
Text Example
White with #CF855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF855A; }
p { color: rgb(207,133,90); }
H1.HeaderClassName
{
color: #CF855A;
}
.AnyTagClassName
{
color: #CF855A;
}
</style>
background-color css
<style>
a { background-color: #CF855A; }
a { background-color: rgb(207,133,90); }
div.DivClassName
{
background-color: #CF855A;
}
.BgClassName
{
background-color: #CF855A;
}
</style>
border-color css
<style>
span { border-color: #CF855A; }
span { border-color: rgb(207,133,90); }
td.TdClassName
{
border-color: #CF855A;
}
.TagClassName
{
border-color: #CF855A;
}
</style>