Shades of Burning Sand #CA876E
Tints of Burning Sand #CA876E
RGB
CMYK
RGB Variations
Color information
#CA876E (or 0xCA876E) is known color: Burning Sand. HEX triplet: CA, 87 and 6E. RGB value is (202,135,110). Sum of RGB (Red+Green+Blue) = 202+135+110=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA876E is #357891. Grayscale: #989898. Windows color (decimal): -3504274 or 7243722. OLE color: 7243722.
HSL color Cylindrical-coordinate representation of color #CA876E: hue angle of 16.3º degrees, saturation: 0.46, 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 #CA876E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 110 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.21 |
| HSL | 16.3º | 0.46% | 0.61% | - |
| HSV(B) | 16.3º | 0.46% | 0.79% | - |
| XYZ | 35.84 | 31.01 | 18.85 | - |
| YUV | 152.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 110 | 0 | 0.33 | 0.46 | 0.21 | 16.3 | 0.46 | 0.61 |
| Hex | CA | 87 | 6E | 0 | 21 | 2E | 15 | 10 | 2E | 3D |
| Octal | 312 | 207 | 156 | 0 | 41 | 56 | 25 | 20 | 56 | 75 |
| Binary | 11001010 | 10000111 | 1101110 | 0 | 100001 | 101110 | 10101 | 10000 | 101110 | 111101 |
Color Harmonies of #CA876E
Complementary color
Monochromatic Colors of #CA876E
Black with #CA876E
Text Example
Text Example
White with #CA876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA876E; }
p { color: rgb(202,135,110); }
H1.HeaderClassName
{
color: #CA876E;
}
.AnyTagClassName
{
color: #CA876E;
}
</style>
background-color css
<style>
a { background-color: #CA876E; }
a { background-color: rgb(202,135,110); }
div.DivClassName
{
background-color: #CA876E;
}
.BgClassName
{
background-color: #CA876E;
}
</style>
border-color css
<style>
span { border-color: #CA876E; }
span { border-color: rgb(202,135,110); }
td.TdClassName
{
border-color: #CA876E;
}
.TagClassName
{
border-color: #CA876E;
}
</style>