Shades of Burning Sand #CA8058
Tints of Burning Sand #CA8058
RGB
CMYK
RGB Variations
Color information
#CA8058 (or 0xCA8058) is known color: Burning Sand. HEX triplet: CA, 80 and 58. RGB value is (202,128,88). Sum of RGB (Red+Green+Blue) = 202+128+88=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8058 is #357FA7. Grayscale: #919191. Windows color (decimal): -3506088 or 5800138. OLE color: 5800138.
HSL color Cylindrical-coordinate representation of color #CA8058: hue angle of 21.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA8058 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 88 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.21 |
| HSL | 21.05º | 0.52% | 0.57% | - |
| HSV(B) | 21.05º | 0.56% | 0.79% | - |
| XYZ | 33.84 | 28.7 | 12.99 | - |
| YUV | 145.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 88 | 0 | 0.37 | 0.56 | 0.21 | 21.05 | 0.52 | 0.57 |
| Hex | CA | 80 | 58 | 0 | 25 | 38 | 15 | 15 | 34 | 39 |
| Octal | 312 | 200 | 130 | 0 | 45 | 70 | 25 | 25 | 64 | 71 |
| Binary | 11001010 | 10000000 | 1011000 | 0 | 100101 | 111000 | 10101 | 10101 | 110100 | 111001 |
Color Harmonies of #CA8058
Complementary color
Monochromatic Colors of #CA8058
Black with #CA8058
Text Example
Text Example
White with #CA8058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8058; }
p { color: rgb(202,128,88); }
H1.HeaderClassName
{
color: #CA8058;
}
.AnyTagClassName
{
color: #CA8058;
}
</style>
background-color css
<style>
a { background-color: #CA8058; }
a { background-color: rgb(202,128,88); }
div.DivClassName
{
background-color: #CA8058;
}
.BgClassName
{
background-color: #CA8058;
}
</style>
border-color css
<style>
span { border-color: #CA8058; }
span { border-color: rgb(202,128,88); }
td.TdClassName
{
border-color: #CA8058;
}
.TagClassName
{
border-color: #CA8058;
}
</style>