Shades of Burning Sand #CB8168
Tints of Burning Sand #CB8168
RGB
CMYK
RGB Variations
Color information
#CB8168 (or 0xCB8168) is known color: Burning Sand. HEX triplet: CB, 81 and 68. RGB value is (203,129,104). Sum of RGB (Red+Green+Blue) = 203+129+104=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8168 is #347E97. Grayscale: #949494. Windows color (decimal): -3440280 or 6848971. OLE color: 6848971.
HSL color Cylindrical-coordinate representation of color #CB8168: hue angle of 15.15º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB8168 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 104 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.20 |
| HSL | 15.15º | 0.49% | 0.6% | - |
| HSV(B) | 15.15º | 0.49% | 0.8% | - |
| XYZ | 34.98 | 29.4 | 16.93 | - |
| YUV | 148.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 104 | 0 | 0.36 | 0.49 | 0.20 | 15.15 | 0.49 | 0.6 |
| Hex | CB | 81 | 68 | 0 | 24 | 31 | 14 | F | 31 | 3C |
| Octal | 313 | 201 | 150 | 0 | 44 | 61 | 24 | 17 | 61 | 74 |
| Binary | 11001011 | 10000001 | 1101000 | 0 | 100100 | 110001 | 10100 | 1111 | 110001 | 111100 |
Color Harmonies of #CB8168
Complementary color
Monochromatic Colors of #CB8168
Black with #CB8168
Text Example
Text Example
White with #CB8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8168; }
p { color: rgb(203,129,104); }
H1.HeaderClassName
{
color: #CB8168;
}
.AnyTagClassName
{
color: #CB8168;
}
</style>
background-color css
<style>
a { background-color: #CB8168; }
a { background-color: rgb(203,129,104); }
div.DivClassName
{
background-color: #CB8168;
}
.BgClassName
{
background-color: #CB8168;
}
</style>
border-color css
<style>
span { border-color: #CB8168; }
span { border-color: rgb(203,129,104); }
td.TdClassName
{
border-color: #CB8168;
}
.TagClassName
{
border-color: #CB8168;
}
</style>