Shades of Burning Sand #CC846B
Tints of Burning Sand #CC846B
RGB
CMYK
RGB Variations
Color information
#CC846B (or 0xCC846B) is known color: Burning Sand. HEX triplet: CC, 84 and 6B. RGB value is (204,132,107). Sum of RGB (Red+Green+Blue) = 204+132+107=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC846B is #337B94. Grayscale: #969696. Windows color (decimal): -3373973 or 7046348. OLE color: 7046348.
HSL color Cylindrical-coordinate representation of color #CC846B: hue angle of 15.46º 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 #CC846B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 107 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.2 |
| HSL | 15.46º | 0.49% | 0.61% | - |
| HSV(B) | 15.46º | 0.48% | 0.8% | - |
| XYZ | 35.81 | 30.4 | 17.89 | - |
| YUV | 150.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 107 | 0 | 0.35 | 0.48 | 0.2 | 15.46 | 0.49 | 0.61 |
| Hex | CC | 84 | 6B | 0 | 23 | 30 | 14 | F | 31 | 3D |
| Octal | 314 | 204 | 153 | 0 | 43 | 60 | 24 | 17 | 61 | 75 |
| Binary | 11001100 | 10000100 | 1101011 | 0 | 100011 | 110000 | 10100 | 1111 | 110001 | 111101 |
Color Harmonies of #CC846B
Complementary color
Monochromatic Colors of #CC846B
Black with #CC846B
Text Example
Text Example
White with #CC846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC846B; }
p { color: rgb(204,132,107); }
H1.HeaderClassName
{
color: #CC846B;
}
.AnyTagClassName
{
color: #CC846B;
}
</style>
background-color css
<style>
a { background-color: #CC846B; }
a { background-color: rgb(204,132,107); }
div.DivClassName
{
background-color: #CC846B;
}
.BgClassName
{
background-color: #CC846B;
}
</style>
border-color css
<style>
span { border-color: #CC846B; }
span { border-color: rgb(204,132,107); }
td.TdClassName
{
border-color: #CC846B;
}
.TagClassName
{
border-color: #CC846B;
}
</style>