Shades of Burning Sand #CB806E
Tints of Burning Sand #CB806E
RGB
CMYK
RGB Variations
Color information
#CB806E (or 0xCB806E) is known color: Burning Sand. HEX triplet: CB, 80 and 6E. RGB value is (203,128,110). Sum of RGB (Red+Green+Blue) = 203+128+110=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB806E is #347F91. Grayscale: #949494. Windows color (decimal): -3440530 or 7241931. OLE color: 7241931.
HSL color Cylindrical-coordinate representation of color #CB806E: hue angle of 11.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB806E is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 110 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.20 |
| HSL | 11.61º | 0.47% | 0.61% | - |
| HSV(B) | 11.61º | 0.46% | 0.8% | - |
| XYZ | 35.16 | 29.26 | 18.55 | - |
| YUV | 148.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 110 | 0 | 0.37 | 0.46 | 0.20 | 11.61 | 0.47 | 0.61 |
| Hex | CB | 80 | 6E | 0 | 25 | 2E | 14 | C | 2F | 3D |
| Octal | 313 | 200 | 156 | 0 | 45 | 56 | 24 | 14 | 57 | 75 |
| Binary | 11001011 | 10000000 | 1101110 | 0 | 100101 | 101110 | 10100 | 1100 | 101111 | 111101 |
Color Harmonies of #CB806E
Complementary color
Monochromatic Colors of #CB806E
Black with #CB806E
Text Example
Text Example
White with #CB806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB806E; }
p { color: rgb(203,128,110); }
H1.HeaderClassName
{
color: #CB806E;
}
.AnyTagClassName
{
color: #CB806E;
}
</style>
background-color css
<style>
a { background-color: #CB806E; }
a { background-color: rgb(203,128,110); }
div.DivClassName
{
background-color: #CB806E;
}
.BgClassName
{
background-color: #CB806E;
}
</style>
border-color css
<style>
span { border-color: #CB806E; }
span { border-color: rgb(203,128,110); }
td.TdClassName
{
border-color: #CB806E;
}
.TagClassName
{
border-color: #CB806E;
}
</style>