Shades of Rodeo Dust #C99D83
Tints of Rodeo Dust #C99D83
RGB
CMYK
RGB Variations
Color information
#C99D83 (or 0xC99D83) is known color: Rodeo Dust. HEX triplet: C9, 9D and 83. RGB value is (201,157,131). Sum of RGB (Red+Green+Blue) = 201+157+131=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D83 is #36627C. Grayscale: #A7A7A7. Windows color (decimal): -3564157 or 8625609. OLE color: 8625609.
HSL color Cylindrical-coordinate representation of color #C99D83: hue angle of 22.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99D83 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 131 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.21 |
| HSL | 22.29º | 0.39% | 0.65% | - |
| HSV(B) | 22.29º | 0.35% | 0.79% | - |
| XYZ | 40.24 | 38.17 | 26.72 | - |
| YUV | 167.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 131 | 0 | 0.22 | 0.35 | 0.21 | 22.29 | 0.39 | 0.65 |
| Hex | C9 | 9D | 83 | 0 | 16 | 23 | 15 | 16 | 27 | 41 |
| Octal | 311 | 235 | 203 | 0 | 26 | 43 | 25 | 26 | 47 | 101 |
| Binary | 11001001 | 10011101 | 10000011 | 0 | 10110 | 100011 | 10101 | 10110 | 100111 | 1000001 |
Color Harmonies of #C99D83
Complementary color
Monochromatic Colors of #C99D83
Black with #C99D83
Text Example
Text Example
White with #C99D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D83; }
p { color: rgb(201,157,131); }
H1.HeaderClassName
{
color: #C99D83;
}
.AnyTagClassName
{
color: #C99D83;
}
</style>
background-color css
<style>
a { background-color: #C99D83; }
a { background-color: rgb(201,157,131); }
div.DivClassName
{
background-color: #C99D83;
}
.BgClassName
{
background-color: #C99D83;
}
</style>
border-color css
<style>
span { border-color: #C99D83; }
span { border-color: rgb(201,157,131); }
td.TdClassName
{
border-color: #C99D83;
}
.TagClassName
{
border-color: #C99D83;
}
</style>