Shades of Burning Sand #CA7B64
Tints of Burning Sand #CA7B64
RGB
CMYK
RGB Variations
Color information
#CA7B64 (or 0xCA7B64) is known color: Burning Sand. HEX triplet: CA, 7B and 64. RGB value is (202,123,100). Sum of RGB (Red+Green+Blue) = 202+123+100=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B64 is #35849B. Grayscale: #909090. Windows color (decimal): -3507356 or 6585290. OLE color: 6585290.
HSL color Cylindrical-coordinate representation of color #CA7B64: hue angle of 13.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7B64 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 100 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.21 |
| HSL | 13.53º | 0.49% | 0.59% | - |
| HSV(B) | 13.53º | 0.5% | 0.79% | - |
| XYZ | 33.74 | 27.64 | 15.61 | - |
| YUV | 144 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 100 | 0 | 0.39 | 0.50 | 0.21 | 13.53 | 0.49 | 0.59 |
| Hex | CA | 7B | 64 | 0 | 27 | 32 | 15 | E | 31 | 3B |
| Octal | 312 | 173 | 144 | 0 | 47 | 62 | 25 | 16 | 61 | 73 |
| Binary | 11001010 | 1111011 | 1100100 | 0 | 100111 | 110010 | 10101 | 1110 | 110001 | 111011 |
Color Harmonies of #CA7B64
Complementary color
Monochromatic Colors of #CA7B64
Black with #CA7B64
Text Example
Text Example
White with #CA7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B64; }
p { color: rgb(202,123,100); }
H1.HeaderClassName
{
color: #CA7B64;
}
.AnyTagClassName
{
color: #CA7B64;
}
</style>
background-color css
<style>
a { background-color: #CA7B64; }
a { background-color: rgb(202,123,100); }
div.DivClassName
{
background-color: #CA7B64;
}
.BgClassName
{
background-color: #CA7B64;
}
</style>
border-color css
<style>
span { border-color: #CA7B64; }
span { border-color: rgb(202,123,100); }
td.TdClassName
{
border-color: #CA7B64;
}
.TagClassName
{
border-color: #CA7B64;
}
</style>