#CAA58E

Color #CAA58E Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #CAA58E

Tints of Rodeo Dust #CAA58E

Color information

#CAA58E (or 0xCAA58E) is unknown color: approx Rodeo Dust. HEX triplet: CA, A5 and 8E. RGB value is (202,165,142). Sum of RGB (Red+Green+Blue) = 202+165+142=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA58E is #355A71. Grayscale: #ADADAD. Windows color (decimal): -3496562 or 9348554. OLE color: 9348554.

HSL color Cylindrical-coordinate representation of color #CAA58E: hue angle of 23º 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 #CAA58E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202165142-
CMYK00.180.300.21
HSL23º36.14%67.45%-
HSV(B)23º29.7%79.22%-
XYZ42.6941.4231.34-
YUV173.44110.26148.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=39.69%
G=32.42%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216514200.180.300.212336.1467.45
HexCAA58E0121E15172443
Octal31224521602236252744103
Binary1100101010100101100011100100101111010101101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA58E; }

 p { color: rgb(202,165,142); }

 H1.HeaderClassName
 {
   color: #CAA58E;
 }
 .AnyTagClassName
 {
   color: #CAA58E;
 }
</style>
background-color css

<style>
 a { background-color: #CAA58E; }

 a { background-color: rgb(202,165,142); }

 div.DivClassName
 {
   background-color: #CAA58E;
 }
 .BgClassName
 {
   background-color: #CAA58E;
 }
</style>
border-color css

<style>
 span { border-color: #CAA58E; }

 span { border-color: rgb(202,165,142); }

 td.TdClassName
 {
   border-color: #CAA58E;
 }
 .TagClassName
 {
   border-color: #CAA58E;
 }
</style>