Shades of Rodeo Dust #CAA38D
Tints of Rodeo Dust #CAA38D
RGB
CMYK
RGB Variations
Color information
#CAA38D (or 0xCAA38D) is known color: Rodeo Dust. HEX triplet: CA, A3 and 8D. RGB value is (202,163,141). Sum of RGB (Red+Green+Blue) = 202+163+141=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA38D is #355C72. Grayscale: #ACACAC. Windows color (decimal): -3497075 or 9282506. OLE color: 9282506.
HSL color Cylindrical-coordinate representation of color #CAA38D: hue angle of 21.64º 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 #CAA38D is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 141 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.21 |
| HSL | 21.64º | 0.37% | 0.67% | - |
| HSV(B) | 21.64º | 0.3% | 0.79% | - |
| XYZ | 42.26 | 40.67 | 30.82 | - |
| YUV | 172.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 141 | 0 | 0.19 | 0.30 | 0.21 | 21.64 | 0.37 | 0.67 |
| Hex | CA | A3 | 8D | 0 | 13 | 1E | 15 | 16 | 25 | 43 |
| Octal | 312 | 243 | 215 | 0 | 23 | 36 | 25 | 26 | 45 | 103 |
| Binary | 11001010 | 10100011 | 10001101 | 0 | 10011 | 11110 | 10101 | 10110 | 100101 | 1000011 |
Color Harmonies of #CAA38D
Complementary color
Monochromatic Colors of #CAA38D
Black with #CAA38D
Text Example
Text Example
White with #CAA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA38D; }
p { color: rgb(202,163,141); }
H1.HeaderClassName
{
color: #CAA38D;
}
.AnyTagClassName
{
color: #CAA38D;
}
</style>
background-color css
<style>
a { background-color: #CAA38D; }
a { background-color: rgb(202,163,141); }
div.DivClassName
{
background-color: #CAA38D;
}
.BgClassName
{
background-color: #CAA38D;
}
</style>
border-color css
<style>
span { border-color: #CAA38D; }
span { border-color: rgb(202,163,141); }
td.TdClassName
{
border-color: #CAA38D;
}
.TagClassName
{
border-color: #CAA38D;
}
</style>