Shades of Burning Sand #CB806C
Tints of Burning Sand #CB806C
RGB
CMYK
RGB Variations
Color information
#CB806C (or 0xCB806C) is known color: Burning Sand. HEX triplet: CB, 80 and 6C. RGB value is (203,128,108). Sum of RGB (Red+Green+Blue) = 203+128+108=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB806C is #347F93. Grayscale: #949494. Windows color (decimal): -3440532 or 7110859. OLE color: 7110859.
HSL color Cylindrical-coordinate representation of color #CB806C: hue angle of 12.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB806C is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 108 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.20 |
| HSL | 12.63º | 0.48% | 0.61% | - |
| HSV(B) | 12.63º | 0.47% | 0.8% | - |
| XYZ | 35.05 | 29.22 | 17.98 | - |
| YUV | 148.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 108 | 0 | 0.37 | 0.47 | 0.20 | 12.63 | 0.48 | 0.61 |
| Hex | CB | 80 | 6C | 0 | 25 | 2F | 14 | D | 30 | 3D |
| Octal | 313 | 200 | 154 | 0 | 45 | 57 | 24 | 15 | 60 | 75 |
| Binary | 11001011 | 10000000 | 1101100 | 0 | 100101 | 101111 | 10100 | 1101 | 110000 | 111101 |
Color Harmonies of #CB806C
Complementary color
Monochromatic Colors of #CB806C
Black with #CB806C
Text Example
Text Example
White with #CB806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB806C; }
p { color: rgb(203,128,108); }
H1.HeaderClassName
{
color: #CB806C;
}
.AnyTagClassName
{
color: #CB806C;
}
</style>
background-color css
<style>
a { background-color: #CB806C; }
a { background-color: rgb(203,128,108); }
div.DivClassName
{
background-color: #CB806C;
}
.BgClassName
{
background-color: #CB806C;
}
</style>
border-color css
<style>
span { border-color: #CB806C; }
span { border-color: rgb(203,128,108); }
td.TdClassName
{
border-color: #CB806C;
}
.TagClassName
{
border-color: #CB806C;
}
</style>