#CAA38D

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

Shades of Rodeo Dust #CAA38D

Tints of Rodeo Dust #CAA38D

Color information

#CAA38D (or 0xCAA38D) is unknown color: approx Rodeo Dust. HEX triplet: CA, A3 and 8D. RGB value is (202,163,141). Sum of RGB (Red+Green+Blue) = 202+163+141=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA38D is #355C72. Grayscale: #ACACAC. Windows color (decimal): -3497075 or 9282506. OLE color: 9282506.

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

Color convert

RGB202163141-
CMYK00.190.300.21
HSL21.64º36.53%67.25%-
HSV(B)21.64º30.2%79.22%-
XYZ42.2640.6730.82-
YUV172.15110.42149.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=39.92%
G=32.21%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216314100.190.300.2121.6436.5367.25
HexCAA38D0131E15162543
Octal31224321502336252645103
Binary1100101010100011100011010100111111010101101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA38D; }

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

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

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

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

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

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

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

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