Shades of Burning Sand #CA8A6C
Tints of Burning Sand #CA8A6C
RGB
CMYK
RGB Variations
Color information
#CA8A6C (or 0xCA8A6C) is known color: Burning Sand. HEX triplet: CA, 8A and 6C. RGB value is (202,138,108). Sum of RGB (Red+Green+Blue) = 202+138+108=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A6C is #357593. Grayscale: #999999. Windows color (decimal): -3503508 or 7113418. OLE color: 7113418.
HSL color Cylindrical-coordinate representation of color #CA8A6C: hue angle of 19.15º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA8A6C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 108 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.21 |
| HSL | 19.15º | 0.47% | 0.61% | - |
| HSV(B) | 19.15º | 0.47% | 0.79% | - |
| XYZ | 36.15 | 31.82 | 18.42 | - |
| YUV | 153.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 108 | 0 | 0.32 | 0.47 | 0.21 | 19.15 | 0.47 | 0.61 |
| Hex | CA | 8A | 6C | 0 | 20 | 2F | 15 | 13 | 2F | 3D |
| Octal | 312 | 212 | 154 | 0 | 40 | 57 | 25 | 23 | 57 | 75 |
| Binary | 11001010 | 10001010 | 1101100 | 0 | 100000 | 101111 | 10101 | 10011 | 101111 | 111101 |
Color Harmonies of #CA8A6C
Complementary color
Monochromatic Colors of #CA8A6C
Black with #CA8A6C
Text Example
Text Example
White with #CA8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A6C; }
p { color: rgb(202,138,108); }
H1.HeaderClassName
{
color: #CA8A6C;
}
.AnyTagClassName
{
color: #CA8A6C;
}
</style>
background-color css
<style>
a { background-color: #CA8A6C; }
a { background-color: rgb(202,138,108); }
div.DivClassName
{
background-color: #CA8A6C;
}
.BgClassName
{
background-color: #CA8A6C;
}
</style>
border-color css
<style>
span { border-color: #CA8A6C; }
span { border-color: rgb(202,138,108); }
td.TdClassName
{
border-color: #CA8A6C;
}
.TagClassName
{
border-color: #CA8A6C;
}
</style>