Shades of Rodeo Dust #C69D80
Tints of Rodeo Dust #C69D80
RGB
CMYK
RGB Variations
Color information
#C69D80 (or 0xC69D80) is known color: Rodeo Dust. HEX triplet: C6, 9D and 80. RGB value is (198,157,128). Sum of RGB (Red+Green+Blue) = 198+157+128=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D80 is #39627F. Grayscale: #A6A6A6. Windows color (decimal): -3760768 or 8428998. OLE color: 8428998.
HSL color Cylindrical-coordinate representation of color #C69D80: hue angle of 24.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69D80 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 128 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.22 |
| HSL | 24.86º | 0.38% | 0.64% | - |
| HSV(B) | 24.86º | 0.35% | 0.78% | - |
| XYZ | 39.24 | 37.68 | 25.63 | - |
| YUV | 165.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 128 | 0 | 0.21 | 0.35 | 0.22 | 24.86 | 0.38 | 0.64 |
| Hex | C6 | 9D | 80 | 0 | 15 | 23 | 16 | 19 | 26 | 40 |
| Octal | 306 | 235 | 200 | 0 | 25 | 43 | 26 | 31 | 46 | 100 |
| Binary | 11000110 | 10011101 | 10000000 | 0 | 10101 | 100011 | 10110 | 11001 | 100110 | 1000000 |
Color Harmonies of #C69D80
Complementary color
Monochromatic Colors of #C69D80
Black with #C69D80
Text Example
Text Example
White with #C69D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D80; }
p { color: rgb(198,157,128); }
H1.HeaderClassName
{
color: #C69D80;
}
.AnyTagClassName
{
color: #C69D80;
}
</style>
background-color css
<style>
a { background-color: #C69D80; }
a { background-color: rgb(198,157,128); }
div.DivClassName
{
background-color: #C69D80;
}
.BgClassName
{
background-color: #C69D80;
}
</style>
border-color css
<style>
span { border-color: #C69D80; }
span { border-color: rgb(198,157,128); }
td.TdClassName
{
border-color: #C69D80;
}
.TagClassName
{
border-color: #C69D80;
}
</style>