Shades of Burning Sand #CB8269
Tints of Burning Sand #CB8269
RGB
CMYK
RGB Variations
Color information
#CB8269 (or 0xCB8269) is known color: Burning Sand. HEX triplet: CB, 82 and 69. RGB value is (203,130,105). Sum of RGB (Red+Green+Blue) = 203+130+105=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8269 is #347D96. Grayscale: #959595. Windows color (decimal): -3440023 or 6914763. OLE color: 6914763.
HSL color Cylindrical-coordinate representation of color #CB8269: hue angle of 15.31º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB8269 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 105 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.20 |
| HSL | 15.31º | 0.49% | 0.6% | - |
| HSV(B) | 15.31º | 0.48% | 0.8% | - |
| XYZ | 35.16 | 29.68 | 17.24 | - |
| YUV | 148.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 105 | 0 | 0.36 | 0.48 | 0.20 | 15.31 | 0.49 | 0.6 |
| Hex | CB | 82 | 69 | 0 | 24 | 30 | 14 | F | 31 | 3C |
| Octal | 313 | 202 | 151 | 0 | 44 | 60 | 24 | 17 | 61 | 74 |
| Binary | 11001011 | 10000010 | 1101001 | 0 | 100100 | 110000 | 10100 | 1111 | 110001 | 111100 |
Color Harmonies of #CB8269
Complementary color
Monochromatic Colors of #CB8269
Black with #CB8269
Text Example
Text Example
White with #CB8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8269; }
p { color: rgb(203,130,105); }
H1.HeaderClassName
{
color: #CB8269;
}
.AnyTagClassName
{
color: #CB8269;
}
</style>
background-color css
<style>
a { background-color: #CB8269; }
a { background-color: rgb(203,130,105); }
div.DivClassName
{
background-color: #CB8269;
}
.BgClassName
{
background-color: #CB8269;
}
</style>
border-color css
<style>
span { border-color: #CB8269; }
span { border-color: rgb(203,130,105); }
td.TdClassName
{
border-color: #CB8269;
}
.TagClassName
{
border-color: #CB8269;
}
</style>