Shades of Rodeo Dust #C69D7B
Tints of Rodeo Dust #C69D7B
RGB
CMYK
RGB Variations
Color information
#C69D7B (or 0xC69D7B) is known color: Rodeo Dust. HEX triplet: C6, 9D and 7B. RGB value is (198,157,123). Sum of RGB (Red+Green+Blue) = 198+157+123=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D7B is #396284. Grayscale: #A5A5A5. Windows color (decimal): -3760773 or 8101318. OLE color: 8101318.
HSL color Cylindrical-coordinate representation of color #C69D7B: hue angle of 27.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C69D7B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 123 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.22 |
| HSL | 27.2º | 0.4% | 0.63% | - |
| HSV(B) | 27.2º | 0.38% | 0.78% | - |
| XYZ | 38.92 | 37.55 | 23.94 | - |
| YUV | 165.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 123 | 0 | 0.21 | 0.38 | 0.22 | 27.2 | 0.4 | 0.63 |
| Hex | C6 | 9D | 7B | 0 | 15 | 26 | 16 | 1B | 28 | 3F |
| Octal | 306 | 235 | 173 | 0 | 25 | 46 | 26 | 33 | 50 | 77 |
| Binary | 11000110 | 10011101 | 1111011 | 0 | 10101 | 100110 | 10110 | 11011 | 101000 | 111111 |
Color Harmonies of #C69D7B
Complementary color
Monochromatic Colors of #C69D7B
Black with #C69D7B
Text Example
Text Example
White with #C69D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D7B; }
p { color: rgb(198,157,123); }
H1.HeaderClassName
{
color: #C69D7B;
}
.AnyTagClassName
{
color: #C69D7B;
}
</style>
background-color css
<style>
a { background-color: #C69D7B; }
a { background-color: rgb(198,157,123); }
div.DivClassName
{
background-color: #C69D7B;
}
.BgClassName
{
background-color: #C69D7B;
}
</style>
border-color css
<style>
span { border-color: #C69D7B; }
span { border-color: rgb(198,157,123); }
td.TdClassName
{
border-color: #C69D7B;
}
.TagClassName
{
border-color: #C69D7B;
}
</style>