#CAA58D

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

Shades of Rodeo Dust #CAA58D

Tints of Rodeo Dust #CAA58D

Color information

#CAA58D (or 0xCAA58D) is unknown color: approx Rodeo Dust. HEX triplet: CA, A5 and 8D. RGB value is (202,165,141). Sum of RGB (Red+Green+Blue) = 202+165+141=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA58D is #355A72. Grayscale: #ADADAD. Windows color (decimal): -3496563 or 9283018. OLE color: 9283018.

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

Color convert

RGB202165141-
CMYK00.180.300.21
HSL23.61º36.53%67.25%-
HSV(B)23.61º30.2%79.22%-
XYZ42.6241.3930.94-
YUV173.33109.76148.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=39.76%
G=32.48%
B=27.76%

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
Decimal20216514100.180.300.2123.6136.5367.25
HexCAA58D0121E15182543
Octal31224521502236253045103
Binary1100101010100101100011010100101111010101110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA58D; }

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

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

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

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

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

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

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

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