Shades of Burning Sand #CA826D
Tints of Burning Sand #CA826D
RGB
CMYK
RGB Variations
Color information
#CA826D (or 0xCA826D) is known color: Burning Sand. HEX triplet: CA, 82 and 6D. RGB value is (202,130,109). Sum of RGB (Red+Green+Blue) = 202+130+109=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA826D is #357D92. Grayscale: #959595. Windows color (decimal): -3505555 or 7176906. OLE color: 7176906.
HSL color Cylindrical-coordinate representation of color #CA826D: hue angle of 13.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA826D is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 109 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.21 |
| HSL | 13.55º | 0.47% | 0.61% | - |
| HSV(B) | 13.55º | 0.46% | 0.79% | - |
| XYZ | 35.1 | 29.63 | 18.34 | - |
| YUV | 149.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 109 | 0 | 0.36 | 0.46 | 0.21 | 13.55 | 0.47 | 0.61 |
| Hex | CA | 82 | 6D | 0 | 24 | 2E | 15 | E | 2F | 3D |
| Octal | 312 | 202 | 155 | 0 | 44 | 56 | 25 | 16 | 57 | 75 |
| Binary | 11001010 | 10000010 | 1101101 | 0 | 100100 | 101110 | 10101 | 1110 | 101111 | 111101 |
Color Harmonies of #CA826D
Complementary color
Monochromatic Colors of #CA826D
Black with #CA826D
Text Example
Text Example
White with #CA826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA826D; }
p { color: rgb(202,130,109); }
H1.HeaderClassName
{
color: #CA826D;
}
.AnyTagClassName
{
color: #CA826D;
}
</style>
background-color css
<style>
a { background-color: #CA826D; }
a { background-color: rgb(202,130,109); }
div.DivClassName
{
background-color: #CA826D;
}
.BgClassName
{
background-color: #CA826D;
}
</style>
border-color css
<style>
span { border-color: #CA826D; }
span { border-color: rgb(202,130,109); }
td.TdClassName
{
border-color: #CA826D;
}
.TagClassName
{
border-color: #CA826D;
}
</style>