Shades of Rodeo Dust #CAA58D
Tints of Rodeo Dust #CAA58D
RGB
CMYK
RGB Variations
Color information
#CAA58D (or 0xCAA58D) is known color: Rodeo Dust. HEX triplet: CA, A5 and 8D. RGB value is (202,165,141). Sum of RGB (Red+Green+Blue) = 202+165+141=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA58D is #355A72. Grayscale: #ADADAD. Windows color (decimal): -3496563 or 9283018. OLE color: 9283018.
HSL color Cylindrical-coordinate representation of color #CAA58D: hue angle of 23.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA58D is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 141 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.21 |
| HSL | 23.61º | 0.37% | 0.67% | - |
| HSV(B) | 23.61º | 0.3% | 0.79% | - |
| XYZ | 42.62 | 41.39 | 30.94 | - |
| YUV | 173.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 141 | 0 | 0.18 | 0.30 | 0.21 | 23.61 | 0.37 | 0.67 |
| Hex | CA | A5 | 8D | 0 | 12 | 1E | 15 | 18 | 25 | 43 |
| Octal | 312 | 245 | 215 | 0 | 22 | 36 | 25 | 30 | 45 | 103 |
| Binary | 11001010 | 10100101 | 10001101 | 0 | 10010 | 11110 | 10101 | 11000 | 100101 | 1000011 |
Color Harmonies of #CAA58D
Complementary color
Monochromatic Colors of #CAA58D
Black with #CAA58D
Text Example
Text Example
White with #CAA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA58D; }
p { color: rgb(202,165,141); }
H1.HeaderClassName
{
color: #CAA58D;
}
.AnyTagClassName
{
color: #CAA58D;
}
</style>
background-color css
<style>
a { background-color: #CAA58D; }
a { background-color: rgb(202,165,141); }
div.DivClassName
{
background-color: #CAA58D;
}
.BgClassName
{
background-color: #CAA58D;
}
</style>
border-color css
<style>
span { border-color: #CAA58D; }
span { border-color: rgb(202,165,141); }
td.TdClassName
{
border-color: #CAA58D;
}
.TagClassName
{
border-color: #CAA58D;
}
</style>