Shades of Burning Sand #CA8A69
Tints of Burning Sand #CA8A69
RGB
CMYK
RGB Variations
Color information
#CA8A69 (or 0xCA8A69) is known color: Burning Sand. HEX triplet: CA, 8A and 69. RGB value is (202,138,105). Sum of RGB (Red+Green+Blue) = 202+138+105=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A69 is #357596. Grayscale: #999999. Windows color (decimal): -3503511 or 6916810. OLE color: 6916810.
HSL color Cylindrical-coordinate representation of color #CA8A69: hue angle of 20.41º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA8A69 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 105 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.21 |
| HSL | 20.41º | 0.48% | 0.6% | - |
| HSV(B) | 20.41º | 0.48% | 0.79% | - |
| XYZ | 36 | 31.75 | 17.6 | - |
| YUV | 153.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 105 | 0 | 0.32 | 0.48 | 0.21 | 20.41 | 0.48 | 0.6 |
| Hex | CA | 8A | 69 | 0 | 20 | 30 | 15 | 14 | 30 | 3C |
| Octal | 312 | 212 | 151 | 0 | 40 | 60 | 25 | 24 | 60 | 74 |
| Binary | 11001010 | 10001010 | 1101001 | 0 | 100000 | 110000 | 10101 | 10100 | 110000 | 111100 |
Color Harmonies of #CA8A69
Complementary color
Monochromatic Colors of #CA8A69
Black with #CA8A69
Text Example
Text Example
White with #CA8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A69; }
p { color: rgb(202,138,105); }
H1.HeaderClassName
{
color: #CA8A69;
}
.AnyTagClassName
{
color: #CA8A69;
}
</style>
background-color css
<style>
a { background-color: #CA8A69; }
a { background-color: rgb(202,138,105); }
div.DivClassName
{
background-color: #CA8A69;
}
.BgClassName
{
background-color: #CA8A69;
}
</style>
border-color css
<style>
span { border-color: #CA8A69; }
span { border-color: rgb(202,138,105); }
td.TdClassName
{
border-color: #CA8A69;
}
.TagClassName
{
border-color: #CA8A69;
}
</style>