Shades of Rodeo Dust #CAA68C
Tints of Rodeo Dust #CAA68C
RGB
CMYK
RGB Variations
Color information
#CAA68C (or 0xCAA68C) is known color: Rodeo Dust. HEX triplet: CA, A6 and 8C. RGB value is (202,166,140). Sum of RGB (Red+Green+Blue) = 202+166+140=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA68C is #355973. Grayscale: #ADADAD. Windows color (decimal): -3496308 or 9217738. OLE color: 9217738.
HSL color Cylindrical-coordinate representation of color #CAA68C: hue angle of 25.16º 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 #CAA68C is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 140 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.21 |
| HSL | 25.16º | 0.37% | 0.67% | - |
| HSV(B) | 25.16º | 0.31% | 0.79% | - |
| XYZ | 42.73 | 41.72 | 30.61 | - |
| YUV | 173.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 140 | 0 | 0.18 | 0.31 | 0.21 | 25.16 | 0.37 | 0.67 |
| Hex | CA | A6 | 8C | 0 | 12 | 1F | 15 | 19 | 25 | 43 |
| Octal | 312 | 246 | 214 | 0 | 22 | 37 | 25 | 31 | 45 | 103 |
| Binary | 11001010 | 10100110 | 10001100 | 0 | 10010 | 11111 | 10101 | 11001 | 100101 | 1000011 |
Color Harmonies of #CAA68C
Complementary color
Monochromatic Colors of #CAA68C
Black with #CAA68C
Text Example
Text Example
White with #CAA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA68C; }
p { color: rgb(202,166,140); }
H1.HeaderClassName
{
color: #CAA68C;
}
.AnyTagClassName
{
color: #CAA68C;
}
</style>
background-color css
<style>
a { background-color: #CAA68C; }
a { background-color: rgb(202,166,140); }
div.DivClassName
{
background-color: #CAA68C;
}
.BgClassName
{
background-color: #CAA68C;
}
</style>
border-color css
<style>
span { border-color: #CAA68C; }
span { border-color: rgb(202,166,140); }
td.TdClassName
{
border-color: #CAA68C;
}
.TagClassName
{
border-color: #CAA68C;
}
</style>