Shades of Burning Sand #CC7D6B
Tints of Burning Sand #CC7D6B
RGB
CMYK
RGB Variations
Color information
#CC7D6B (or 0xCC7D6B) is known color: Burning Sand. HEX triplet: CC, 7D and 6B. RGB value is (204,125,107). Sum of RGB (Red+Green+Blue) = 204+125+107=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D6B is #338294. Grayscale: #929292. Windows color (decimal): -3375765 or 7044556. OLE color: 7044556.
HSL color Cylindrical-coordinate representation of color #CC7D6B: hue angle of 11.13º 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 #CC7D6B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 107 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.2 |
| HSL | 11.13º | 0.49% | 0.61% | - |
| HSV(B) | 11.13º | 0.48% | 0.8% | - |
| XYZ | 34.89 | 28.57 | 17.58 | - |
| YUV | 146.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 107 | 0 | 0.39 | 0.48 | 0.2 | 11.13 | 0.49 | 0.61 |
| Hex | CC | 7D | 6B | 0 | 27 | 30 | 14 | B | 31 | 3D |
| Octal | 314 | 175 | 153 | 0 | 47 | 60 | 24 | 13 | 61 | 75 |
| Binary | 11001100 | 1111101 | 1101011 | 0 | 100111 | 110000 | 10100 | 1011 | 110001 | 111101 |
Color Harmonies of #CC7D6B
Complementary color
Monochromatic Colors of #CC7D6B
Black with #CC7D6B
Text Example
Text Example
White with #CC7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D6B; }
p { color: rgb(204,125,107); }
H1.HeaderClassName
{
color: #CC7D6B;
}
.AnyTagClassName
{
color: #CC7D6B;
}
</style>
background-color css
<style>
a { background-color: #CC7D6B; }
a { background-color: rgb(204,125,107); }
div.DivClassName
{
background-color: #CC7D6B;
}
.BgClassName
{
background-color: #CC7D6B;
}
</style>
border-color css
<style>
span { border-color: #CC7D6B; }
span { border-color: rgb(204,125,107); }
td.TdClassName
{
border-color: #CC7D6B;
}
.TagClassName
{
border-color: #CC7D6B;
}
</style>