Shades of Burning Sand #CC896B
Tints of Burning Sand #CC896B
RGB
CMYK
RGB Variations
Color information
#CC896B (or 0xCC896B) is known color: Burning Sand. HEX triplet: CC, 89 and 6B. RGB value is (204,137,107). Sum of RGB (Red+Green+Blue) = 204+137+107=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC896B is #337694. Grayscale: #999999. Windows color (decimal): -3372693 or 7047628. OLE color: 7047628.
HSL color Cylindrical-coordinate representation of color #CC896B: hue angle of 18.56º 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 #CC896B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 107 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.2 |
| HSL | 18.56º | 0.49% | 0.61% | - |
| HSV(B) | 18.56º | 0.48% | 0.8% | - |
| XYZ | 36.5 | 31.79 | 18.12 | - |
| YUV | 153.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 107 | 0 | 0.33 | 0.48 | 0.2 | 18.56 | 0.49 | 0.61 |
| Hex | CC | 89 | 6B | 0 | 21 | 30 | 14 | 13 | 31 | 3D |
| Octal | 314 | 211 | 153 | 0 | 41 | 60 | 24 | 23 | 61 | 75 |
| Binary | 11001100 | 10001001 | 1101011 | 0 | 100001 | 110000 | 10100 | 10011 | 110001 | 111101 |
Color Harmonies of #CC896B
Complementary color
Monochromatic Colors of #CC896B
Black with #CC896B
Text Example
Text Example
White with #CC896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC896B; }
p { color: rgb(204,137,107); }
H1.HeaderClassName
{
color: #CC896B;
}
.AnyTagClassName
{
color: #CC896B;
}
</style>
background-color css
<style>
a { background-color: #CC896B; }
a { background-color: rgb(204,137,107); }
div.DivClassName
{
background-color: #CC896B;
}
.BgClassName
{
background-color: #CC896B;
}
</style>
border-color css
<style>
span { border-color: #CC896B; }
span { border-color: rgb(204,137,107); }
td.TdClassName
{
border-color: #CC896B;
}
.TagClassName
{
border-color: #CC896B;
}
</style>