Shades of Rodeo Dust #CAA68E
Tints of Rodeo Dust #CAA68E
RGB
CMYK
RGB Variations
Color information
#CAA68E (or 0xCAA68E) is known color: Rodeo Dust. HEX triplet: CA, A6 and 8E. RGB value is (202,166,142). Sum of RGB (Red+Green+Blue) = 202+166+142=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA68E is #355971. Grayscale: #AEAEAE. Windows color (decimal): -3496306 or 9348810. OLE color: 9348810.
HSL color Cylindrical-coordinate representation of color #CAA68E: hue angle of 24º degrees, saturation: 0.36, 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 #CAA68E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 142 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.21 |
| HSL | 24º | 0.36% | 0.67% | - |
| HSV(B) | 24º | 0.3% | 0.79% | - |
| XYZ | 42.88 | 41.78 | 31.4 | - |
| YUV | 174.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 142 | 0 | 0.18 | 0.30 | 0.21 | 24 | 0.36 | 0.67 |
| Hex | CA | A6 | 8E | 0 | 12 | 1E | 15 | 18 | 24 | 43 |
| Octal | 312 | 246 | 216 | 0 | 22 | 36 | 25 | 30 | 44 | 103 |
| Binary | 11001010 | 10100110 | 10001110 | 0 | 10010 | 11110 | 10101 | 11000 | 100100 | 1000011 |
Color Harmonies of #CAA68E
Complementary color
Monochromatic Colors of #CAA68E
Black with #CAA68E
Text Example
Text Example
White with #CAA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA68E; }
p { color: rgb(202,166,142); }
H1.HeaderClassName
{
color: #CAA68E;
}
.AnyTagClassName
{
color: #CAA68E;
}
</style>
background-color css
<style>
a { background-color: #CAA68E; }
a { background-color: rgb(202,166,142); }
div.DivClassName
{
background-color: #CAA68E;
}
.BgClassName
{
background-color: #CAA68E;
}
</style>
border-color css
<style>
span { border-color: #CAA68E; }
span { border-color: rgb(202,166,142); }
td.TdClassName
{
border-color: #CAA68E;
}
.TagClassName
{
border-color: #CAA68E;
}
</style>