Shades of Burning Sand #CB865C
Tints of Burning Sand #CB865C
RGB
CMYK
RGB Variations
Color information
#CB865C (or 0xCB865C) is known color: Burning Sand. HEX triplet: CB, 86 and 5C. RGB value is (203,134,92). Sum of RGB (Red+Green+Blue) = 203+134+92=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB865C is #3479A3. Grayscale: #969696. Windows color (decimal): -3439012 or 6063819. OLE color: 6063819.
HSL color Cylindrical-coordinate representation of color #CB865C: hue angle of 22.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB865C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 92 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.20 |
| HSL | 22.7º | 0.52% | 0.58% | - |
| HSV(B) | 22.7º | 0.55% | 0.8% | - |
| XYZ | 35.09 | 30.52 | 14.17 | - |
| YUV | 149.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 92 | 0 | 0.34 | 0.55 | 0.20 | 22.7 | 0.52 | 0.58 |
| Hex | CB | 86 | 5C | 0 | 22 | 37 | 14 | 17 | 34 | 3A |
| Octal | 313 | 206 | 134 | 0 | 42 | 67 | 24 | 27 | 64 | 72 |
| Binary | 11001011 | 10000110 | 1011100 | 0 | 100010 | 110111 | 10100 | 10111 | 110100 | 111010 |
Color Harmonies of #CB865C
Complementary color
Monochromatic Colors of #CB865C
Black with #CB865C
Text Example
Text Example
White with #CB865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB865C; }
p { color: rgb(203,134,92); }
H1.HeaderClassName
{
color: #CB865C;
}
.AnyTagClassName
{
color: #CB865C;
}
</style>
background-color css
<style>
a { background-color: #CB865C; }
a { background-color: rgb(203,134,92); }
div.DivClassName
{
background-color: #CB865C;
}
.BgClassName
{
background-color: #CB865C;
}
</style>
border-color css
<style>
span { border-color: #CB865C; }
span { border-color: rgb(203,134,92); }
td.TdClassName
{
border-color: #CB865C;
}
.TagClassName
{
border-color: #CB865C;
}
</style>