Shades of Burning Sand #CA7E67
Tints of Burning Sand #CA7E67
RGB
CMYK
RGB Variations
Color information
#CA7E67 (or 0xCA7E67) is known color: Burning Sand. HEX triplet: CA, 7E and 67. RGB value is (202,126,103). Sum of RGB (Red+Green+Blue) = 202+126+103=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E67 is #358198. Grayscale: #929292. Windows color (decimal): -3506585 or 6782666. OLE color: 6782666.
HSL color Cylindrical-coordinate representation of color #CA7E67: hue angle of 13.94º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7E67 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 103 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.21 |
| HSL | 13.94º | 0.48% | 0.6% | - |
| HSV(B) | 13.94º | 0.49% | 0.79% | - |
| XYZ | 34.27 | 28.46 | 16.52 | - |
| YUV | 146.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 103 | 0 | 0.38 | 0.49 | 0.21 | 13.94 | 0.48 | 0.6 |
| Hex | CA | 7E | 67 | 0 | 26 | 31 | 15 | E | 30 | 3C |
| Octal | 312 | 176 | 147 | 0 | 46 | 61 | 25 | 16 | 60 | 74 |
| Binary | 11001010 | 1111110 | 1100111 | 0 | 100110 | 110001 | 10101 | 1110 | 110000 | 111100 |
Color Harmonies of #CA7E67
Complementary color
Monochromatic Colors of #CA7E67
Black with #CA7E67
Text Example
Text Example
White with #CA7E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E67; }
p { color: rgb(202,126,103); }
H1.HeaderClassName
{
color: #CA7E67;
}
.AnyTagClassName
{
color: #CA7E67;
}
</style>
background-color css
<style>
a { background-color: #CA7E67; }
a { background-color: rgb(202,126,103); }
div.DivClassName
{
background-color: #CA7E67;
}
.BgClassName
{
background-color: #CA7E67;
}
</style>
border-color css
<style>
span { border-color: #CA7E67; }
span { border-color: rgb(202,126,103); }
td.TdClassName
{
border-color: #CA7E67;
}
.TagClassName
{
border-color: #CA7E67;
}
</style>