Shades of Burning Sand #CB875B
Tints of Burning Sand #CB875B
RGB
CMYK
RGB Variations
Color information
#CB875B (or 0xCB875B) is known color: Burning Sand. HEX triplet: CB, 87 and 5B. RGB value is (203,135,91). Sum of RGB (Red+Green+Blue) = 203+135+91=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB875B is #3478A4. Grayscale: #969696. Windows color (decimal): -3438757 or 5998539. OLE color: 5998539.
HSL color Cylindrical-coordinate representation of color #CB875B: hue angle of 23.57º 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 #CB875B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 91 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.20 |
| HSL | 23.57º | 0.52% | 0.58% | - |
| HSV(B) | 23.57º | 0.55% | 0.8% | - |
| XYZ | 35.18 | 30.78 | 13.98 | - |
| YUV | 150.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 91 | 0 | 0.33 | 0.55 | 0.20 | 23.57 | 0.52 | 0.58 |
| Hex | CB | 87 | 5B | 0 | 21 | 37 | 14 | 18 | 34 | 3A |
| Octal | 313 | 207 | 133 | 0 | 41 | 67 | 24 | 30 | 64 | 72 |
| Binary | 11001011 | 10000111 | 1011011 | 0 | 100001 | 110111 | 10100 | 11000 | 110100 | 111010 |
Color Harmonies of #CB875B
Complementary color
Monochromatic Colors of #CB875B
Black with #CB875B
Text Example
Text Example
White with #CB875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB875B; }
p { color: rgb(203,135,91); }
H1.HeaderClassName
{
color: #CB875B;
}
.AnyTagClassName
{
color: #CB875B;
}
</style>
background-color css
<style>
a { background-color: #CB875B; }
a { background-color: rgb(203,135,91); }
div.DivClassName
{
background-color: #CB875B;
}
.BgClassName
{
background-color: #CB875B;
}
</style>
border-color css
<style>
span { border-color: #CB875B; }
span { border-color: rgb(203,135,91); }
td.TdClassName
{
border-color: #CB875B;
}
.TagClassName
{
border-color: #CB875B;
}
</style>