Shades of Burning Sand #CB8665
Tints of Burning Sand #CB8665
RGB
CMYK
RGB Variations
Color information
#CB8665 (or 0xCB8665) is known color: Burning Sand. HEX triplet: CB, 86 and 65. RGB value is (203,134,101). Sum of RGB (Red+Green+Blue) = 203+134+101=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8665 is #34799A. Grayscale: #979797. Windows color (decimal): -3439003 or 6653643. OLE color: 6653643.
HSL color Cylindrical-coordinate representation of color #CB8665: hue angle of 19.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB8665 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 101 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.20 |
| HSL | 19.41º | 0.5% | 0.6% | - |
| HSV(B) | 19.41º | 0.5% | 0.8% | - |
| XYZ | 35.5 | 30.69 | 16.36 | - |
| YUV | 150.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 101 | 0 | 0.34 | 0.50 | 0.20 | 19.41 | 0.5 | 0.6 |
| Hex | CB | 86 | 65 | 0 | 22 | 32 | 14 | 13 | 32 | 3C |
| Octal | 313 | 206 | 145 | 0 | 42 | 62 | 24 | 23 | 62 | 74 |
| Binary | 11001011 | 10000110 | 1100101 | 0 | 100010 | 110010 | 10100 | 10011 | 110010 | 111100 |
Color Harmonies of #CB8665
Complementary color
Monochromatic Colors of #CB8665
Black with #CB8665
Text Example
Text Example
White with #CB8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8665; }
p { color: rgb(203,134,101); }
H1.HeaderClassName
{
color: #CB8665;
}
.AnyTagClassName
{
color: #CB8665;
}
</style>
background-color css
<style>
a { background-color: #CB8665; }
a { background-color: rgb(203,134,101); }
div.DivClassName
{
background-color: #CB8665;
}
.BgClassName
{
background-color: #CB8665;
}
</style>
border-color css
<style>
span { border-color: #CB8665; }
span { border-color: rgb(203,134,101); }
td.TdClassName
{
border-color: #CB8665;
}
.TagClassName
{
border-color: #CB8665;
}
</style>