Shades of Rodeo Dust #CAA68F
Tints of Rodeo Dust #CAA68F
RGB
CMYK
RGB Variations
Color information
#CAA68F (or 0xCAA68F) is known color: Rodeo Dust. HEX triplet: CA, A6 and 8F. RGB value is (202,166,143). Sum of RGB (Red+Green+Blue) = 202+166+143=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA68F is #355970. Grayscale: #AEAEAE. Windows color (decimal): -3496305 or 9414346. OLE color: 9414346.
HSL color Cylindrical-coordinate representation of color #CAA68F: hue angle of 23.39º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA68F is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 143 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.21 |
| HSL | 23.39º | 0.36% | 0.68% | - |
| HSV(B) | 23.39º | 0.29% | 0.79% | - |
| XYZ | 42.95 | 41.81 | 31.79 | - |
| YUV | 174.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 143 | 0 | 0.18 | 0.29 | 0.21 | 23.39 | 0.36 | 0.68 |
| Hex | CA | A6 | 8F | 0 | 12 | 1D | 15 | 17 | 24 | 44 |
| Octal | 312 | 246 | 217 | 0 | 22 | 35 | 25 | 27 | 44 | 104 |
| Binary | 11001010 | 10100110 | 10001111 | 0 | 10010 | 11101 | 10101 | 10111 | 100100 | 1000100 |
Color Harmonies of #CAA68F
Complementary color
Monochromatic Colors of #CAA68F
Black with #CAA68F
Text Example
Text Example
White with #CAA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA68F; }
p { color: rgb(202,166,143); }
H1.HeaderClassName
{
color: #CAA68F;
}
.AnyTagClassName
{
color: #CAA68F;
}
</style>
background-color css
<style>
a { background-color: #CAA68F; }
a { background-color: rgb(202,166,143); }
div.DivClassName
{
background-color: #CAA68F;
}
.BgClassName
{
background-color: #CAA68F;
}
</style>
border-color css
<style>
span { border-color: #CAA68F; }
span { border-color: rgb(202,166,143); }
td.TdClassName
{
border-color: #CAA68F;
}
.TagClassName
{
border-color: #CAA68F;
}
</style>