Shades of Burning Sand #CB825E
Tints of Burning Sand #CB825E
RGB
CMYK
RGB Variations
Color information
#CB825E (or 0xCB825E) is known color: Burning Sand. HEX triplet: CB, 82 and 5E. RGB value is (203,130,94). Sum of RGB (Red+Green+Blue) = 203+130+94=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB825E is #347DA1. Grayscale: #939393. Windows color (decimal): -3440034 or 6193867. OLE color: 6193867.
HSL color Cylindrical-coordinate representation of color #CB825E: hue angle of 19.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB825E is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 94 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.20 |
| HSL | 19.82º | 0.51% | 0.58% | - |
| HSV(B) | 19.82º | 0.54% | 0.8% | - |
| XYZ | 34.63 | 29.47 | 14.45 | - |
| YUV | 147.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 94 | 0 | 0.36 | 0.54 | 0.20 | 19.82 | 0.51 | 0.58 |
| Hex | CB | 82 | 5E | 0 | 24 | 36 | 14 | 14 | 33 | 3A |
| Octal | 313 | 202 | 136 | 0 | 44 | 66 | 24 | 24 | 63 | 72 |
| Binary | 11001011 | 10000010 | 1011110 | 0 | 100100 | 110110 | 10100 | 10100 | 110011 | 111010 |
Color Harmonies of #CB825E
Complementary color
Monochromatic Colors of #CB825E
Black with #CB825E
Text Example
Text Example
White with #CB825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB825E; }
p { color: rgb(203,130,94); }
H1.HeaderClassName
{
color: #CB825E;
}
.AnyTagClassName
{
color: #CB825E;
}
</style>
background-color css
<style>
a { background-color: #CB825E; }
a { background-color: rgb(203,130,94); }
div.DivClassName
{
background-color: #CB825E;
}
.BgClassName
{
background-color: #CB825E;
}
</style>
border-color css
<style>
span { border-color: #CB825E; }
span { border-color: rgb(203,130,94); }
td.TdClassName
{
border-color: #CB825E;
}
.TagClassName
{
border-color: #CB825E;
}
</style>