Shades of Burning Sand #CB865D
Tints of Burning Sand #CB865D
RGB
CMYK
RGB Variations
Color information
#CB865D (or 0xCB865D) is known color: Burning Sand. HEX triplet: CB, 86 and 5D. RGB value is (203,134,93). Sum of RGB (Red+Green+Blue) = 203+134+93=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB865D is #3479A2. Grayscale: #969696. Windows color (decimal): -3439011 or 6129355. OLE color: 6129355.
HSL color Cylindrical-coordinate representation of color #CB865D: hue angle of 22.36º 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 #CB865D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 93 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.20 |
| HSL | 22.36º | 0.51% | 0.58% | - |
| HSV(B) | 22.36º | 0.54% | 0.8% | - |
| XYZ | 35.13 | 30.54 | 14.4 | - |
| YUV | 149.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 93 | 0 | 0.34 | 0.54 | 0.20 | 22.36 | 0.51 | 0.58 |
| Hex | CB | 86 | 5D | 0 | 22 | 36 | 14 | 16 | 33 | 3A |
| Octal | 313 | 206 | 135 | 0 | 42 | 66 | 24 | 26 | 63 | 72 |
| Binary | 11001011 | 10000110 | 1011101 | 0 | 100010 | 110110 | 10100 | 10110 | 110011 | 111010 |
Color Harmonies of #CB865D
Complementary color
Monochromatic Colors of #CB865D
Black with #CB865D
Text Example
Text Example
White with #CB865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB865D; }
p { color: rgb(203,134,93); }
H1.HeaderClassName
{
color: #CB865D;
}
.AnyTagClassName
{
color: #CB865D;
}
</style>
background-color css
<style>
a { background-color: #CB865D; }
a { background-color: rgb(203,134,93); }
div.DivClassName
{
background-color: #CB865D;
}
.BgClassName
{
background-color: #CB865D;
}
</style>
border-color css
<style>
span { border-color: #CB865D; }
span { border-color: rgb(203,134,93); }
td.TdClassName
{
border-color: #CB865D;
}
.TagClassName
{
border-color: #CB865D;
}
</style>