#CAA58B

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

Shades of Rodeo Dust #CAA58B

Tints of Rodeo Dust #CAA58B

Color information

#CAA58B (or 0xCAA58B) is unknown color: approx Rodeo Dust. HEX triplet: CA, A5 and 8B. RGB value is (202,165,139). Sum of RGB (Red+Green+Blue) = 202+165+139=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA58B is #355A74. Grayscale: #ADADAD. Windows color (decimal): -3496565 or 9151946. OLE color: 9151946.

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

Color convert

RGB202165139-
CMYK00.180.310.21
HSL24.76º37.28%66.86%-
HSV(B)24.76º31.19%79.22%-
XYZ42.4741.3330.17-
YUV173.1108.76148.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=39.92%
G=32.61%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216513900.180.310.2124.7637.2866.86
HexCAA58B0121F15192543
Octal31224521302237253145103
Binary1100101010100101100010110100101111110101110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA58B; }

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

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

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

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

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

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

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

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