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