Shades of Burning Sand #CB825B
Tints of Burning Sand #CB825B
RGB
CMYK
RGB Variations
Color information
#CB825B (or 0xCB825B) is known color: Burning Sand. HEX triplet: CB, 82 and 5B. RGB value is (203,130,91). Sum of RGB (Red+Green+Blue) = 203+130+91=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB825B is #347DA4. Grayscale: #939393. Windows color (decimal): -3440037 or 5997259. OLE color: 5997259.
HSL color Cylindrical-coordinate representation of color #CB825B: hue angle of 20.89º 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 #CB825B is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 91 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.20 |
| HSL | 20.89º | 0.52% | 0.58% | - |
| HSV(B) | 20.89º | 0.55% | 0.8% | - |
| XYZ | 34.5 | 29.42 | 13.76 | - |
| YUV | 147.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 91 | 0 | 0.36 | 0.55 | 0.20 | 20.89 | 0.52 | 0.58 |
| Hex | CB | 82 | 5B | 0 | 24 | 37 | 14 | 15 | 34 | 3A |
| Octal | 313 | 202 | 133 | 0 | 44 | 67 | 24 | 25 | 64 | 72 |
| Binary | 11001011 | 10000010 | 1011011 | 0 | 100100 | 110111 | 10100 | 10101 | 110100 | 111010 |
Color Harmonies of #CB825B
Complementary color
Monochromatic Colors of #CB825B
Black with #CB825B
Text Example
Text Example
White with #CB825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB825B; }
p { color: rgb(203,130,91); }
H1.HeaderClassName
{
color: #CB825B;
}
.AnyTagClassName
{
color: #CB825B;
}
</style>
background-color css
<style>
a { background-color: #CB825B; }
a { background-color: rgb(203,130,91); }
div.DivClassName
{
background-color: #CB825B;
}
.BgClassName
{
background-color: #CB825B;
}
</style>
border-color css
<style>
span { border-color: #CB825B; }
span { border-color: rgb(203,130,91); }
td.TdClassName
{
border-color: #CB825B;
}
.TagClassName
{
border-color: #CB825B;
}
</style>