Shades of Rodeo Dust #C99C80
Tints of Rodeo Dust #C99C80
RGB
CMYK
RGB Variations
Color information
#C99C80 (or 0xC99C80) is known color: Rodeo Dust. HEX triplet: C9, 9C and 80. RGB value is (201,156,128). Sum of RGB (Red+Green+Blue) = 201+156+128=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C80 is #36637F. Grayscale: #A6A6A6. Windows color (decimal): -3564416 or 8428745. OLE color: 8428745.
HSL color Cylindrical-coordinate representation of color #C99C80: hue angle of 23.01º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99C80 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 128 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.21 |
| HSL | 23.01º | 0.4% | 0.65% | - |
| HSV(B) | 23.01º | 0.36% | 0.79% | - |
| XYZ | 39.87 | 37.75 | 25.61 | - |
| YUV | 166.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 128 | 0 | 0.22 | 0.36 | 0.21 | 23.01 | 0.4 | 0.65 |
| Hex | C9 | 9C | 80 | 0 | 16 | 24 | 15 | 17 | 28 | 41 |
| Octal | 311 | 234 | 200 | 0 | 26 | 44 | 25 | 27 | 50 | 101 |
| Binary | 11001001 | 10011100 | 10000000 | 0 | 10110 | 100100 | 10101 | 10111 | 101000 | 1000001 |
Color Harmonies of #C99C80
Complementary color
Monochromatic Colors of #C99C80
Black with #C99C80
Text Example
Text Example
White with #C99C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C80; }
p { color: rgb(201,156,128); }
H1.HeaderClassName
{
color: #C99C80;
}
.AnyTagClassName
{
color: #C99C80;
}
</style>
background-color css
<style>
a { background-color: #C99C80; }
a { background-color: rgb(201,156,128); }
div.DivClassName
{
background-color: #C99C80;
}
.BgClassName
{
background-color: #C99C80;
}
</style>
border-color css
<style>
span { border-color: #C99C80; }
span { border-color: rgb(201,156,128); }
td.TdClassName
{
border-color: #C99C80;
}
.TagClassName
{
border-color: #C99C80;
}
</style>