#CAA68D

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

Shades of Rodeo Dust #CAA68D

Tints of Rodeo Dust #CAA68D

Color information

#CAA68D (or 0xCAA68D) is unknown color: approx Rodeo Dust. HEX triplet: CA, A6 and 8D. RGB value is (202,166,141). Sum of RGB (Red+Green+Blue) = 202+166+141=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA68D is #355972. Grayscale: #AEAEAE. Windows color (decimal): -3496307 or 9283274. OLE color: 9283274.

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

Color convert

RGB202166141-
CMYK00.180.300.21
HSL24.59º36.53%67.25%-
HSV(B)24.59º30.2%79.22%-
XYZ42.841.7531-
YUV173.91109.43148.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=39.69%
G=32.61%
B=27.70%

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
Decimal20216614100.180.300.2124.5936.5367.25
HexCAA68D0121E15192543
Octal31224621502236253145103
Binary1100101010100110100011010100101111010101110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA68D; }

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

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

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

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

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

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

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

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