Shades of Burning Sand #CC836A
Tints of Burning Sand #CC836A
RGB
CMYK
RGB Variations
Color information
#CC836A (or 0xCC836A) is known color: Burning Sand. HEX triplet: CC, 83 and 6A. RGB value is (204,131,106). Sum of RGB (Red+Green+Blue) = 204+131+106=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC836A is #337C95. Grayscale: #969696. Windows color (decimal): -3374230 or 6980556. OLE color: 6980556.
HSL color Cylindrical-coordinate representation of color #CC836A: hue angle of 15.31º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC836A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 106 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.2 |
| HSL | 15.31º | 0.49% | 0.61% | - |
| HSV(B) | 15.31º | 0.48% | 0.8% | - |
| XYZ | 35.62 | 30.11 | 17.57 | - |
| YUV | 149.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 106 | 0 | 0.36 | 0.48 | 0.2 | 15.31 | 0.49 | 0.61 |
| Hex | CC | 83 | 6A | 0 | 24 | 30 | 14 | F | 31 | 3D |
| Octal | 314 | 203 | 152 | 0 | 44 | 60 | 24 | 17 | 61 | 75 |
| Binary | 11001100 | 10000011 | 1101010 | 0 | 100100 | 110000 | 10100 | 1111 | 110001 | 111101 |
Color Harmonies of #CC836A
Complementary color
Monochromatic Colors of #CC836A
Black with #CC836A
Text Example
Text Example
White with #CC836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC836A; }
p { color: rgb(204,131,106); }
H1.HeaderClassName
{
color: #CC836A;
}
.AnyTagClassName
{
color: #CC836A;
}
</style>
background-color css
<style>
a { background-color: #CC836A; }
a { background-color: rgb(204,131,106); }
div.DivClassName
{
background-color: #CC836A;
}
.BgClassName
{
background-color: #CC836A;
}
</style>
border-color css
<style>
span { border-color: #CC836A; }
span { border-color: rgb(204,131,106); }
td.TdClassName
{
border-color: #CC836A;
}
.TagClassName
{
border-color: #CC836A;
}
</style>