Shades of Burning Sand #CA7B6A
Tints of Burning Sand #CA7B6A
RGB
CMYK
RGB Variations
Color information
#CA7B6A (or 0xCA7B6A) is known color: Burning Sand. HEX triplet: CA, 7B and 6A. RGB value is (202,123,106). Sum of RGB (Red+Green+Blue) = 202+123+106=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B6A is #358495. Grayscale: #909090. Windows color (decimal): -3507350 or 6978506. OLE color: 6978506.
HSL color Cylindrical-coordinate representation of color #CA7B6A: hue angle of 10.62º 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 #CA7B6A is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 106 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.21 |
| HSL | 10.63º | 0.48% | 0.6% | - |
| HSV(B) | 10.63º | 0.48% | 0.79% | - |
| XYZ | 34.04 | 27.76 | 17.2 | - |
| YUV | 144.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 106 | 0 | 0.39 | 0.48 | 0.21 | 10.63 | 0.48 | 0.6 |
| Hex | CA | 7B | 6A | 0 | 27 | 30 | 15 | B | 30 | 3C |
| Octal | 312 | 173 | 152 | 0 | 47 | 60 | 25 | 13 | 60 | 74 |
| Binary | 11001010 | 1111011 | 1101010 | 0 | 100111 | 110000 | 10101 | 1011 | 110000 | 111100 |
Color Harmonies of #CA7B6A
Complementary color
Monochromatic Colors of #CA7B6A
Black with #CA7B6A
Text Example
Text Example
White with #CA7B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B6A; }
p { color: rgb(202,123,106); }
H1.HeaderClassName
{
color: #CA7B6A;
}
.AnyTagClassName
{
color: #CA7B6A;
}
</style>
background-color css
<style>
a { background-color: #CA7B6A; }
a { background-color: rgb(202,123,106); }
div.DivClassName
{
background-color: #CA7B6A;
}
.BgClassName
{
background-color: #CA7B6A;
}
</style>
border-color css
<style>
span { border-color: #CA7B6A; }
span { border-color: rgb(202,123,106); }
td.TdClassName
{
border-color: #CA7B6A;
}
.TagClassName
{
border-color: #CA7B6A;
}
</style>