Shades of Burning Sand #C27D67
Tints of Burning Sand #C27D67
RGB
CMYK
RGB Variations
Color information
#C27D67 (or 0xC27D67) is known color: Burning Sand. HEX triplet: C2, 7D and 67. RGB value is (194,125,103). Sum of RGB (Red+Green+Blue) = 194+125+103=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D67 is #3D8298. Grayscale: #8F8F8F. Windows color (decimal): -4031129 or 6782402. OLE color: 6782402.
HSL color Cylindrical-coordinate representation of color #C27D67: hue angle of 14.51º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27D67 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 103 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.24 |
| HSL | 14.51º | 0.43% | 0.58% | - |
| HSV(B) | 14.51º | 0.47% | 0.76% | - |
| XYZ | 32.03 | 27.12 | 16.38 | - |
| YUV | 143.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 103 | 0 | 0.36 | 0.47 | 0.24 | 14.51 | 0.43 | 0.58 |
| Hex | C2 | 7D | 67 | 0 | 24 | 2F | 18 | F | 2B | 3A |
| Octal | 302 | 175 | 147 | 0 | 44 | 57 | 30 | 17 | 53 | 72 |
| Binary | 11000010 | 1111101 | 1100111 | 0 | 100100 | 101111 | 11000 | 1111 | 101011 | 111010 |
Color Harmonies of #C27D67
Complementary color
Monochromatic Colors of #C27D67
Black with #C27D67
Text Example
Text Example
White with #C27D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D67; }
p { color: rgb(194,125,103); }
H1.HeaderClassName
{
color: #C27D67;
}
.AnyTagClassName
{
color: #C27D67;
}
</style>
background-color css
<style>
a { background-color: #C27D67; }
a { background-color: rgb(194,125,103); }
div.DivClassName
{
background-color: #C27D67;
}
.BgClassName
{
background-color: #C27D67;
}
</style>
border-color css
<style>
span { border-color: #C27D67; }
span { border-color: rgb(194,125,103); }
td.TdClassName
{
border-color: #C27D67;
}
.TagClassName
{
border-color: #C27D67;
}
</style>