#C3A47E

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

Shades of Rodeo Dust #C3A47E

Tints of Rodeo Dust #C3A47E

Color information

#C3A47E (or 0xC3A47E) is unknown color: approx Rodeo Dust. HEX triplet: C3, A4 and 7E. RGB value is (195,164,126). Sum of RGB (Red+Green+Blue) = 195+164+126=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A47E is #3C5B81. Grayscale: #A9A9A9. Windows color (decimal): -3955586 or 8299715. OLE color: 8299715.

HSL color Cylindrical-coordinate representation of color #C3A47E: hue angle of 33.04º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3A47E is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB195164126-
CMYK00.160.350.24
HSL33.04º36.51%62.94%-
HSV(B)33.04º35.38%76.47%-
XYZ39.5539.6625.31-
YUV168.94103.77146.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=40.21%
G=33.81%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516412600.160.350.2433.0436.5162.94
HexC3A47E010231821253f
Octal3032441760204330414577
Binary1100001110100100111111001000010001111000100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A47E; }

 p { color: rgb(195,164,126); }

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

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

 a { background-color: rgb(195,164,126); }

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

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

 span { border-color: rgb(195,164,126); }

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