Shades of Burning Sand #CF835C
Tints of Burning Sand #CF835C
RGB
CMYK
RGB Variations
Color information
#CF835C (or 0xCF835C) is known color: Burning Sand. HEX triplet: CF, 83 and 5C. RGB value is (207,131,92). Sum of RGB (Red+Green+Blue) = 207+131+92=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF835C is #307CA3. Grayscale: #959595. Windows color (decimal): -3177636 or 6063055. OLE color: 6063055.
HSL color Cylindrical-coordinate representation of color #CF835C: hue angle of 20.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF835C is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 92 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.19 |
| HSL | 20.35º | 0.55% | 0.59% | - |
| HSV(B) | 20.35º | 0.56% | 0.81% | - |
| XYZ | 35.78 | 30.27 | 14.08 | - |
| YUV | 149.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 92 | 0 | 0.37 | 0.56 | 0.19 | 20.35 | 0.55 | 0.59 |
| Hex | CF | 83 | 5C | 0 | 25 | 38 | 13 | 14 | 37 | 3B |
| Octal | 317 | 203 | 134 | 0 | 45 | 70 | 23 | 24 | 67 | 73 |
| Binary | 11001111 | 10000011 | 1011100 | 0 | 100101 | 111000 | 10011 | 10100 | 110111 | 111011 |
Color Harmonies of #CF835C
Complementary color
Monochromatic Colors of #CF835C
Black with #CF835C
Text Example
Text Example
White with #CF835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF835C; }
p { color: rgb(207,131,92); }
H1.HeaderClassName
{
color: #CF835C;
}
.AnyTagClassName
{
color: #CF835C;
}
</style>
background-color css
<style>
a { background-color: #CF835C; }
a { background-color: rgb(207,131,92); }
div.DivClassName
{
background-color: #CF835C;
}
.BgClassName
{
background-color: #CF835C;
}
</style>
border-color css
<style>
span { border-color: #CF835C; }
span { border-color: rgb(207,131,92); }
td.TdClassName
{
border-color: #CF835C;
}
.TagClassName
{
border-color: #CF835C;
}
</style>