Shades of Rodeo Dust #C99B82
Tints of Rodeo Dust #C99B82
RGB
CMYK
RGB Variations
Color information
#C99B82 (or 0xC99B82) is known color: Rodeo Dust. HEX triplet: C9, 9B and 82. RGB value is (201,155,130). Sum of RGB (Red+Green+Blue) = 201+155+130=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B82 is #36647D. Grayscale: #A6A6A6. Windows color (decimal): -3564670 or 8559561. OLE color: 8559561.
HSL color Cylindrical-coordinate representation of color #C99B82: hue angle of 21.13º degrees, saturation: 0.4, 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 #C99B82 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 130 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.21 |
| HSL | 21.13º | 0.4% | 0.65% | - |
| HSV(B) | 21.13º | 0.35% | 0.79% | - |
| XYZ | 39.84 | 37.47 | 26.25 | - |
| YUV | 165.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 130 | 0 | 0.23 | 0.35 | 0.21 | 21.13 | 0.4 | 0.65 |
| Hex | C9 | 9B | 82 | 0 | 17 | 23 | 15 | 15 | 28 | 41 |
| Octal | 311 | 233 | 202 | 0 | 27 | 43 | 25 | 25 | 50 | 101 |
| Binary | 11001001 | 10011011 | 10000010 | 0 | 10111 | 100011 | 10101 | 10101 | 101000 | 1000001 |
Color Harmonies of #C99B82
Complementary color
Monochromatic Colors of #C99B82
Black with #C99B82
Text Example
Text Example
White with #C99B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B82; }
p { color: rgb(201,155,130); }
H1.HeaderClassName
{
color: #C99B82;
}
.AnyTagClassName
{
color: #C99B82;
}
</style>
background-color css
<style>
a { background-color: #C99B82; }
a { background-color: rgb(201,155,130); }
div.DivClassName
{
background-color: #C99B82;
}
.BgClassName
{
background-color: #C99B82;
}
</style>
border-color css
<style>
span { border-color: #C99B82; }
span { border-color: rgb(201,155,130); }
td.TdClassName
{
border-color: #C99B82;
}
.TagClassName
{
border-color: #C99B82;
}
</style>