Shades of Rodeo Dust #CAA88C
Tints of Rodeo Dust #CAA88C
RGB
CMYK
RGB Variations
Color information
#CAA88C (or 0xCAA88C) is known color: Rodeo Dust. HEX triplet: CA, A8 and 8C. RGB value is (202,168,140). Sum of RGB (Red+Green+Blue) = 202+168+140=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA88C is #355773. Grayscale: #AFAFAF. Windows color (decimal): -3495796 or 9218250. OLE color: 9218250.
HSL color Cylindrical-coordinate representation of color #CAA88C: hue angle of 27.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAA88C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 140 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.21 |
| HSL | 27.1º | 0.37% | 0.67% | - |
| HSV(B) | 27.1º | 0.31% | 0.79% | - |
| XYZ | 43.09 | 42.46 | 30.73 | - |
| YUV | 174.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 140 | 0 | 0.17 | 0.31 | 0.21 | 27.1 | 0.37 | 0.67 |
| Hex | CA | A8 | 8C | 0 | 11 | 1F | 15 | 1B | 25 | 43 |
| Octal | 312 | 250 | 214 | 0 | 21 | 37 | 25 | 33 | 45 | 103 |
| Binary | 11001010 | 10101000 | 10001100 | 0 | 10001 | 11111 | 10101 | 11011 | 100101 | 1000011 |
Color Harmonies of #CAA88C
Complementary color
Monochromatic Colors of #CAA88C
Black with #CAA88C
Text Example
Text Example
White with #CAA88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA88C; }
p { color: rgb(202,168,140); }
H1.HeaderClassName
{
color: #CAA88C;
}
.AnyTagClassName
{
color: #CAA88C;
}
</style>
background-color css
<style>
a { background-color: #CAA88C; }
a { background-color: rgb(202,168,140); }
div.DivClassName
{
background-color: #CAA88C;
}
.BgClassName
{
background-color: #CAA88C;
}
</style>
border-color css
<style>
span { border-color: #CAA88C; }
span { border-color: rgb(202,168,140); }
td.TdClassName
{
border-color: #CAA88C;
}
.TagClassName
{
border-color: #CAA88C;
}
</style>