Shades of Burning Sand #CD7A67
Tints of Burning Sand #CD7A67
RGB
CMYK
RGB Variations
Color information
#CD7A67 (or 0xCD7A67) is known color: Burning Sand. HEX triplet: CD, 7A and 67. RGB value is (205,122,103). Sum of RGB (Red+Green+Blue) = 205+122+103=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A67 is #328598. Grayscale: #909090. Windows color (decimal): -3311001 or 6781645. OLE color: 6781645.
HSL color Cylindrical-coordinate representation of color #CD7A67: hue angle of 11.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD7A67 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 103 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.20 |
| HSL | 11.18º | 0.5% | 0.6% | - |
| HSV(B) | 11.18º | 0.5% | 0.8% | - |
| XYZ | 34.58 | 27.88 | 16.39 | - |
| YUV | 144.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 103 | 0 | 0.40 | 0.50 | 0.20 | 11.18 | 0.5 | 0.6 |
| Hex | CD | 7A | 67 | 0 | 28 | 32 | 14 | B | 32 | 3C |
| Octal | 315 | 172 | 147 | 0 | 50 | 62 | 24 | 13 | 62 | 74 |
| Binary | 11001101 | 1111010 | 1100111 | 0 | 101000 | 110010 | 10100 | 1011 | 110010 | 111100 |
Color Harmonies of #CD7A67
Complementary color
Monochromatic Colors of #CD7A67
Black with #CD7A67
Text Example
Text Example
White with #CD7A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A67; }
p { color: rgb(205,122,103); }
H1.HeaderClassName
{
color: #CD7A67;
}
.AnyTagClassName
{
color: #CD7A67;
}
</style>
background-color css
<style>
a { background-color: #CD7A67; }
a { background-color: rgb(205,122,103); }
div.DivClassName
{
background-color: #CD7A67;
}
.BgClassName
{
background-color: #CD7A67;
}
</style>
border-color css
<style>
span { border-color: #CD7A67; }
span { border-color: rgb(205,122,103); }
td.TdClassName
{
border-color: #CD7A67;
}
.TagClassName
{
border-color: #CD7A67;
}
</style>