#C3AA8B

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

Shades of Rodeo Dust #C3AA8B

Tints of Rodeo Dust #C3AA8B

Color information

#C3AA8B (or 0xC3AA8B) is unknown color: approx Rodeo Dust. HEX triplet: C3, AA and 8B. RGB value is (195,170,139). Sum of RGB (Red+Green+Blue) = 195+170+139=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA8B is #3C5574. Grayscale: #AEAEAE. Windows color (decimal): -3954037 or 9153219. OLE color: 9153219.

HSL color Cylindrical-coordinate representation of color #C3AA8B: hue angle of 33.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3AA8B is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195170139-
CMYK00.130.290.24
HSL33.21º31.82%65.49%-
HSV(B)33.21º28.72%76.47%-
XYZ41.5442.2230.39-
YUV173.94108.28143.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=38.69%
G=33.73%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517013900.130.290.2433.2131.8265.49
HexC3AA8B0D1D18212041
Octal30325221301535304140101
Binary1100001110101010100010110110111101110001000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA8B; }

 p { color: rgb(195,170,139); }

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

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

 a { background-color: rgb(195,170,139); }

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

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

 span { border-color: rgb(195,170,139); }

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