Shades of Burning Sand #CC836C
Tints of Burning Sand #CC836C
RGB
CMYK
RGB Variations
Color information
#CC836C (or 0xCC836C) is known color: Burning Sand. HEX triplet: CC, 83 and 6C. RGB value is (204,131,108). Sum of RGB (Red+Green+Blue) = 204+131+108=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC836C is #337C93. Grayscale: #969696. Windows color (decimal): -3374228 or 7111628. OLE color: 7111628.
HSL color Cylindrical-coordinate representation of color #CC836C: hue angle of 14.38º 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 #CC836C is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 108 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.2 |
| HSL | 14.38º | 0.48% | 0.61% | - |
| HSV(B) | 14.38º | 0.47% | 0.8% | - |
| XYZ | 35.72 | 30.15 | 18.12 | - |
| YUV | 150.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 108 | 0 | 0.36 | 0.47 | 0.2 | 14.38 | 0.48 | 0.61 |
| Hex | CC | 83 | 6C | 0 | 24 | 2F | 14 | E | 30 | 3D |
| Octal | 314 | 203 | 154 | 0 | 44 | 57 | 24 | 16 | 60 | 75 |
| Binary | 11001100 | 10000011 | 1101100 | 0 | 100100 | 101111 | 10100 | 1110 | 110000 | 111101 |
Color Harmonies of #CC836C
Complementary color
Monochromatic Colors of #CC836C
Black with #CC836C
Text Example
Text Example
White with #CC836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC836C; }
p { color: rgb(204,131,108); }
H1.HeaderClassName
{
color: #CC836C;
}
.AnyTagClassName
{
color: #CC836C;
}
</style>
background-color css
<style>
a { background-color: #CC836C; }
a { background-color: rgb(204,131,108); }
div.DivClassName
{
background-color: #CC836C;
}
.BgClassName
{
background-color: #CC836C;
}
</style>
border-color css
<style>
span { border-color: #CC836C; }
span { border-color: rgb(204,131,108); }
td.TdClassName
{
border-color: #CC836C;
}
.TagClassName
{
border-color: #CC836C;
}
</style>