Shades of Burning Sand #CF825B
Tints of Burning Sand #CF825B
RGB
CMYK
RGB Variations
Color information
#CF825B (or 0xCF825B) is known color: Burning Sand. HEX triplet: CF, 82 and 5B. RGB value is (207,130,91). Sum of RGB (Red+Green+Blue) = 207+130+91=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF825B is #307DA4. Grayscale: #949494. Windows color (decimal): -3177893 or 5997263. OLE color: 5997263.
HSL color Cylindrical-coordinate representation of color #CF825B: hue angle of 20.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF825B is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 91 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.19 |
| HSL | 20.17º | 0.55% | 0.58% | - |
| HSV(B) | 20.17º | 0.56% | 0.81% | - |
| XYZ | 35.6 | 29.99 | 13.81 | - |
| YUV | 148.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 91 | 0 | 0.37 | 0.56 | 0.19 | 20.17 | 0.55 | 0.58 |
| Hex | CF | 82 | 5B | 0 | 25 | 38 | 13 | 14 | 37 | 3A |
| Octal | 317 | 202 | 133 | 0 | 45 | 70 | 23 | 24 | 67 | 72 |
| Binary | 11001111 | 10000010 | 1011011 | 0 | 100101 | 111000 | 10011 | 10100 | 110111 | 111010 |
Color Harmonies of #CF825B
Complementary color
Monochromatic Colors of #CF825B
Black with #CF825B
Text Example
Text Example
White with #CF825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF825B; }
p { color: rgb(207,130,91); }
H1.HeaderClassName
{
color: #CF825B;
}
.AnyTagClassName
{
color: #CF825B;
}
</style>
background-color css
<style>
a { background-color: #CF825B; }
a { background-color: rgb(207,130,91); }
div.DivClassName
{
background-color: #CF825B;
}
.BgClassName
{
background-color: #CF825B;
}
</style>
border-color css
<style>
span { border-color: #CF825B; }
span { border-color: rgb(207,130,91); }
td.TdClassName
{
border-color: #CF825B;
}
.TagClassName
{
border-color: #CF825B;
}
</style>